Home
last modified time | relevance | path

Searched refs:tBTA_DM_SEARCH (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search.cc180 tBTA_DM_SEARCH result; in bta_dm_inq_results_cb()
358 tBTA_DM_SEARCH search_data = { in bta_dm_remote_name_cmpl()
586 tBTA_DM_SEARCH result; in bta_dm_observe_results_cb()
636 tBTA_DM_SEARCH result; in bta_dm_opportunistic_observe_results_cb()
691 tBTA_DM_SEARCH data{.observe_cmpl{.num_resps = num_resps}}; in bta_dm_observe_cmpl_cb()
703 tBTA_DM_SEARCH data{.observe_cmpl = {.num_resps = 0}}; in bta_dm_start_scan()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/
Dbta_disc_test.cc87 bta_dm_ble_csis_observe(true, [](tBTA_DM_SEARCH_EVT, tBTA_DM_SEARCH*) {}); in TEST_F() argument
91 bta_dm_ble_csis_observe(false, [](tBTA_DM_SEARCH_EVT, tBTA_DM_SEARCH*) {}); in TEST_F() argument
170 [](tBTA_DM_SEARCH_EVT /*event*/, tBTA_DM_SEARCH* /*p_data*/) {}); in TEST_F() argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h268 } tBTA_DM_SEARCH; typedef
271 typedef void(tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH* p_data);
/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc1087 tBTA_DM_SEARCH result; in TEST_F()
1136 tBTA_DM_SEARCH result; in TEST_F()
Dcsis_client.cc1398 BTA_DmBleCsisObserve(enable, [](tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH* p_data) { in CsisActiveObserverSet()
1514 BTA_DmBleCsisObserve(enable, [](tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH* p_data) { in CsisObserverSetBackground()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc388 static bool check_eir_remote_name(tBTA_DM_SEARCH* p_search_data, uint8_t* p_remote_name, in check_eir_remote_name()
432 static bool check_eir_appearance(tBTA_DM_SEARCH* p_search_data, uint16_t* p_appearance) { in check_eir_appearance()
1315 static void btif_dm_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH* p_search_data) { in btif_dm_search_devices_evt()