Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.c1437 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_DELETE, 0, &adv_filt_param, NULL, in btif_dm_search_devices_evt()
1462 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_DELETE, 0, &adv_filt_param, NULL, in btif_dm_search_devices_evt()
2282 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_DELETE, 0, &adv_filt_param, NULL, in btif_dm_start_discovery()
2292 BTA_DmBleScanFilterSetup(BTA_DM_BLE_SCAN_COND_ADD, 0, &adv_filt_param, NULL, in btif_dm_start_discovery()
Dbtif_gatt_client.c1295 BTA_DmBleScanFilterSetup(p_adv_filt_cb->action, p_adv_filt_cb->filt_index, in btgattc_handle_event()
/system/bt/bta/include/
Dbta_api.h2241 extern void BTA_DmBleScanFilterSetup(UINT8 action,
/system/bt/bta/dm/
Dbta_dm_api.c1639 void BTA_DmBleScanFilterSetup(UINT8 action, in BTA_DmBleScanFilterSetup() function