Searched refs:BTM_BLE_META_PF_FEAT_SEL (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_adv_filter.cc | 139 case BTM_BLE_META_PF_FEAT_SEL: in btm_ble_ocf_to_condtype() 140 cond_type = BTM_BLE_META_PF_FEAT_SEL; in btm_ble_ocf_to_condtype() 189 if (op_subcode == BTM_BLE_META_PF_FEAT_SEL) { in btm_flt_update_cb() 710 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_LE_PF_clear() 720 base::Bind(&btm_flt_update_cb, BTM_BLE_META_PF_FEAT_SEL, cb)); in BTM_LE_PF_clear() 766 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup() 805 base::Bind(&btm_flt_update_cb, BTM_BLE_META_PF_FEAT_SEL, cb)); in BTM_BleAdvFilterParamSetup() 808 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup() 816 base::Bind(&btm_flt_update_cb, BTM_BLE_META_PF_FEAT_SEL, cb)); in BTM_BleAdvFilterParamSetup() 822 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup() [all …]
|
/system/bt/stack/include/ |
D | btm_ble_api_types.h | 477 #define BTM_BLE_META_PF_FEAT_SEL 0x01 macro
|