Home
last modified time | relevance | path

Searched refs:BTM_BLE_META_PF_FEAT_SEL (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c203 case BTM_BLE_META_PF_FEAT_SEL: in btm_ble_ocf_to_condtype()
204 cond_type = BTM_BLE_META_PF_FEAT_SEL; in btm_ble_ocf_to_condtype()
320 case BTM_BLE_META_PF_FEAT_SEL: in btm_ble_scan_pf_cmpl_cback()
997 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in btm_ble_clear_scan_pf_filter()
1067 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup()
1106 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_FEAT_SEL, BTM_BLE_FILT_ADV_PARAM, in BTM_BleAdvFilterParamSetup()
1113 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup()
1126 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_FEAT_SEL, BTM_BLE_FILT_ADV_PARAM, in BTM_BleAdvFilterParamSetup()
1136 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup()
1147 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_FEAT_SEL, BTM_BLE_FILT_ADV_PARAM, in BTM_BleAdvFilterParamSetup()
[all …]
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h735 #define BTM_BLE_META_PF_FEAT_SEL 0x01 macro