Home
last modified time | relevance | path

Searched refs:BTM_reset_complete (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc38 .BTM_reset_complete = ::BTM_reset_complete,
Dbtm_devctl.cc168 void BTM_reset_complete() { in BTM_reset_complete() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.cc89 void BTM_reset_complete() { inc_func_call_count(__func__); } in BTM_reset_complete() function
Dmock_stack_btm_interface.cc55 .BTM_reset_complete = []() {}, in __anon9b56c4fb0b02()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h51 void BTM_reset_complete();
Dbtm_client_interface.h49 void (*BTM_reset_complete)(); member
/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc316 BTM_reset_complete(); in event_start_up_stack()