Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_acl_btm_pm.cc74 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda) { in BTM_PM_OnConnected() function
/aosp12/system/bt/stack/include/
H A Dbtm_api.h717 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda);
/aosp12/system/bt/stack/acl/
H A Dbtm_pm.cc158 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda) { in BTM_PM_OnConnected() function
H A Dbtm_acl.cc396 BTM_PM_OnConnected(hci_handle, bda); in btm_acl_created()
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc478 BTM_PM_OnConnected(handle, bda); in OnLinkConnected()