Home
last modified time | relevance | path

Searched refs:tBTA_DM_SEARCH_CBACK (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.h131 std::function<void(bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb)> body{
132 [](bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb) {}};
133 void operator()(bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb) { in operator()
156 tBTA_DM_SEARCH_CBACK* p_results_cb)>
158 tBTA_DM_SEARCH_CBACK* p_results_cb) {}};
160 tBTA_DM_SEARCH_CBACK* p_results_cb) { in operator()
287 std::function<void(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback,
289 body{[](const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback,
291 void operator()(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback, in operator()
348 std::function<void(tBTA_DM_SEARCH_CBACK* p_cback)> body{
[all …]
Dmock_bta_dm_api.cc104 void BTA_DmBleCsisObserve(bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb) { in BTA_DmBleCsisObserve()
113 tBTA_DM_SEARCH_CBACK* p_results_cb) { in BTA_DmBleObserve()
162 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback, in BTA_DmDiscover()
184 void BTA_DmSearch(tBTA_DM_SEARCH_CBACK* p_cback) { in BTA_DmSearch()
Dmock_bta_dm_act.h246 std::function<void(bool observe, tBTA_DM_SEARCH_CBACK* p_cback)> body{
247 [](bool observe, tBTA_DM_SEARCH_CBACK* p_cback) {}};
248 void operator()(bool observe, tBTA_DM_SEARCH_CBACK* p_cback) { in operator()
271 tBTA_DM_SEARCH_CBACK* p_cback)>
272 body{[](bool start, uint8_t duration, tBTA_DM_SEARCH_CBACK* p_cback) {}};
273 void operator()(bool start, uint8_t duration, tBTA_DM_SEARCH_CBACK* p_cback) { in operator()
Dmock_bta_dm_act.cc172 void bta_dm_ble_csis_observe(bool observe, tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_csis_observe()
182 tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_observe()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_int.h97 tBTA_DM_SEARCH_CBACK* p_cback;
104 tBTA_DM_SEARCH_CBACK* p_cback;
389 tBTA_DM_SEARCH_CBACK* p_search_cback;
408 tBTA_DM_SEARCH_CBACK* p_scan_cback;
409 tBTA_DM_SEARCH_CBACK* p_csis_scan_cback;
540 void bta_dm_ble_observe(bool, uint8_t, tBTA_DM_SEARCH_CBACK*);
542 void bta_dm_ble_csis_observe(bool, tBTA_DM_SEARCH_CBACK*);
Dbta_dm_api.cc78 void BTA_DmSearch(tBTA_DM_SEARCH_CBACK* p_cback) { in BTA_DmSearch()
118 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback, in BTA_DmDiscover()
592 tBTA_DM_SEARCH_CBACK* p_results_cb) { in BTA_DmBleObserve()
633 void BTA_DmBleCsisObserve(bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb) { in BTA_DmBleCsisObserve()
Dbta_dm_act.cc4058 tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_observe()
4083 void bta_dm_ble_csis_observe(bool observe, tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_csis_observe()
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_dm_api_mock.h32 tBTA_DM_SEARCH_CBACK* p_results_cb) = 0;
41 (bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb));
Dbta_dm_api_mock.cc31 void BTA_DmBleCsisObserve(bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb) { in BTA_DmBleCsisObserve()
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h561 typedef void(tBTA_DM_SEARCH_CBACK)(tBTA_DM_SEARCH_EVT event, typedef
786 void BTA_DmSearch(tBTA_DM_SEARCH_CBACK* p_cback);
812 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_DM_SEARCH_CBACK* p_cback,
1137 tBTA_DM_SEARCH_CBACK* p_results_cb);
1170 void BTA_DmBleCsisObserve(bool observe, tBTA_DM_SEARCH_CBACK* p_results_cb);