Home
last modified time | relevance | path

Searched refs:BTA_DmBleScanFilterSetup (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c1332 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_DELETE, 0, &adv_filt_param, NULL, in btif_dm_search_devices_evt()
2201 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_DELETE, 0, &adv_filt_param, NULL, in btif_dm_start_discovery()
2211 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_ADD, 0, &adv_filt_param, NULL, in btif_dm_start_discovery()
Dbtif_gatt_client.c1379 BTA_DmBleScanFilterSetup(p_adv_filt_cb->action, p_adv_filt_cb->filt_index, in btgattc_handle_event()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h2545 BTA_API extern void BTA_DmBleScanFilterSetup(UINT8 action,
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c2293 void BTA_DmBleScanFilterSetup(UINT8 action, tBTA_DM_BLE_PF_FILT_INDEX filt_index, in BTA_DmBleScanFilterSetup() function