Home
last modified time | relevance | path

Searched defs:bta_dm_ble_csis_observe (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.h193 struct bta_dm_ble_csis_observe { struct
200 extern struct bta_dm_ble_csis_observe bta_dm_ble_csis_observe; argument
Dmock_bta_dm_act.cc52 struct bta_dm_ble_csis_observe bta_dm_ble_csis_observe; variable
138 void bta_dm_ble_csis_observe(bool observe, tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_csis_observe() function
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search.cc783 void bta_dm_ble_csis_observe(bool observe, tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_csis_observe() function
Dbta_dm_disc_legacy.cc1744 void bta_dm_ble_csis_observe(bool observe, tBTA_DM_SEARCH_CBACK* p_cback) { in bta_dm_ble_csis_observe() function
/packages/modules/Bluetooth/system/bta/test/
Dbta_disc_test.cc89 TEST_F(BtaInitializedTest, bta_dm_ble_csis_observe) { in TEST_F() argument