diff options
| -rw-r--r-- | include/hci.h | 2 | ||||
| -rw-r--r-- | src/hci.c | 1 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index b7df747a..243889d3 100644 --- a/include/hci.h +++ b/include/hci.h @@ -254,6 +254,8 @@ enum {  #define LMP_EDR_ESCO_3M	0x40  #define LMP_EDR_3S_ESCO	0x80 +#define LMP_EXT_INQ	0x01 +  #define LMP_EXT_FEAT	0x80  /* Link policies */ @@ -400,6 +400,7 @@ static hci_map lmp_features_map[8][9] = {  		{ NULL }  	},  	{	/* Byte 6 */ +		{ "<extended inquiry>",	LMP_EXT_INQ	},	/* Bit 0 */  		{ NULL }  	},  	{	/* Byte 7 */  | 
