Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c176 ocf = BTM_BLE_META_PF_SRVC_DATA; in btm_ble_condtype_to_ocf()
221 case BTM_BLE_META_PF_SRVC_DATA: in btm_ble_ocf_to_condtype()
303 case BTM_BLE_META_PF_SRVC_DATA: in btm_ble_scan_pf_cmpl_cback()
553 UINT8_TO_STREAM(p, BTM_BLE_META_PF_SRVC_DATA); in btm_ble_update_pf_manu_data()
992 btm_ble_advfilt_enq_op_q(action, BTM_BLE_META_PF_SRVC_DATA, cb_evt, in btm_ble_clear_scan_pf_filter()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h741 #define BTM_BLE_META_PF_SRVC_DATA 0x07 macro