Home
last modified time | relevance | path

Searched refs:BTM_PM_OnConnected (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl_btm_pm.cc75 void BTM_PM_OnConnected(uint16_t /* handle */, in BTM_PM_OnConnected() function
/packages/modules/Bluetooth/system/stack/btm/
Dpower_mode.h230 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda);
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_power_mode_test.cc92 BTM_PM_OnConnected(kHciHandle, kRawAddress); in SetUp()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc154 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda) { in BTM_PM_OnConnected() function
Dbtm_acl.cc448 BTM_PM_OnConnected(hci_handle, bda); in btm_acl_created()