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 | 137 case BTM_BLE_META_PF_FEAT_SEL: in btm_ble_ocf_to_condtype() 138 cond_type = BTM_BLE_META_PF_FEAT_SEL; in btm_ble_ocf_to_condtype() 187 if (op_subcode == BTM_BLE_META_PF_FEAT_SEL) { in btm_flt_update_cb() 709 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_LE_PF_clear() 719 base::Bind(&btm_flt_update_cb, BTM_BLE_META_PF_FEAT_SEL, cb)); in BTM_LE_PF_clear() 765 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup() 804 base::Bind(&btm_flt_update_cb, BTM_BLE_META_PF_FEAT_SEL, cb)); in BTM_BleAdvFilterParamSetup() 807 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup() 815 base::Bind(&btm_flt_update_cb, BTM_BLE_META_PF_FEAT_SEL, cb)); in BTM_BleAdvFilterParamSetup() 821 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup() [all …]
|
/system/bt/stack/include/ |
D | btm_ble_api_types.h | 483 #define BTM_BLE_META_PF_FEAT_SEL 0x01 macro
|