Home
last modified time | relevance | path

Searched refs:GetAclHandle (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dbtm.h216 uint16_t GetAclHandle(const RawAddress& remote_bda, tBT_TRANSPORT transport);
Dbtm.cc796 uint16_t Btm::GetAclHandle(const RawAddress& remote_bda, in GetAclHandle() function in bluetooth::shim::Btm
Dbtm_api.cc1087 return Stack::GetInstance()->GetBtm()->GetAclHandle(remote_bda, transport); in BTM_GetHCIConnHandle()