Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c180 ocf = BTM_BLE_META_PF_ADDR; in btm_ble_condtype_to_ocf()
224 case BTM_BLE_META_PF_ADDR: in btm_ble_ocf_to_condtype()
311 case BTM_BLE_META_PF_ADDR: in btm_ble_scan_pf_cmpl_cback()
726 UINT8_TO_STREAM(p, BTM_BLE_META_PF_ADDR); in btm_ble_update_addr_filter()
797 UINT8_TO_STREAM(p, BTM_BLE_META_PF_ADDR); in btm_ble_update_uuid_filter()
815 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_ADDR, cb_evt, ref_value, NULL, NULL); in btm_ble_update_uuid_filter()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h911 #define BTM_BLE_META_PF_ADDR 0x02 macro