From 7575a227c3ad282247c288fa8def69d9dcd7603f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 21 Nov 2005 10:26:56 +0000 Subject: Add constants for sniff subrating --- include/hci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index 0ddebd82..e1790cce 100644 --- a/include/hci.h +++ b/include/hci.h @@ -243,6 +243,7 @@ enum { #define LMP_EDR_3SLOT 0x80 #define LMP_EDR_5SLOT 0x01 +#define LMP_SNIFF_SUBR 0x02 #define LMP_AFH_CAP_MST 0x08 #define LMP_AFH_CLS_MST 0x10 #define LMP_EDR_ESCO_2M 0x20 -- cgit