Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c221 case BTM_BLE_META_PF_FEAT_SEL: in btm_ble_ocf_to_condtype()
222 cond_type = BTM_BLE_META_PF_FEAT_SEL; in btm_ble_ocf_to_condtype()
333 case BTM_BLE_META_PF_FEAT_SEL: in btm_ble_scan_pf_cmpl_cback()
966 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in btm_ble_clear_scan_pf_filter()
1036 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup()
1082 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_FEAT_SEL, BTM_BLE_FILT_ADV_PARAM, in BTM_BleAdvFilterParamSetup()
1086 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup()
1098 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_FEAT_SEL, BTM_BLE_FILT_ADV_PARAM, in BTM_BleAdvFilterParamSetup()
1105 UINT8_TO_STREAM(p, BTM_BLE_META_PF_FEAT_SEL); in BTM_BleAdvFilterParamSetup()
1115 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_FEAT_SEL, BTM_BLE_FILT_ADV_PARAM, in BTM_BleAdvFilterParamSetup()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h910 #define BTM_BLE_META_PF_FEAT_SEL 0x01 macro