Searched refs:HCI_EXT_INQ_RSP_SUPPORTED (Results 1 – 3 of 3) sorted by relevance
374 return HCI_EXT_INQ_RSP_SUPPORTED(features_classic[0].as_array); in supports_extended_inquiry_response()
391 if (HCI_EXT_INQ_RSP_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1384 #define HCI_EXT_INQ_RSP_SUPPORTED(x) ((x)[6] & 0x01) macro