Searched refs:BtmGetAclHandleByAddress (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.h | 30 int BtmGetAclHandleByAddress(const BtAddr *addr, uint16_t *handle);
|
H A D | btm_pm.c | 191 int result = BtmGetAclHandleByAddress(addr, &connectionHandle); in BTM_EnterSniffMode() 223 int result = BtmGetAclHandleByAddress(addr, &connectionHandle); in BTM_ExitSniffMode() 251 int result = BtmGetAclHandleByAddress(addr, &connectionHandle); in BTM_SetSniffSubrating()
|
H A D | btm_sco.c | 289 int result = BtmGetAclHandleByAddress(¶m->addr, &aclHandle); in BTM_CreateScoConnection() 343 int result = BtmGetAclHandleByAddress(¶m->addr, &aclHandle); in BTM_AcceptScoConnectionRequest() 525 int result = BtmGetAclHandleByAddress(¶m->addr, &aclHandle); in BTM_CreateEscoConnection() 759 int result = BtmGetAclHandleByAddress(¶m->addr, &aclHandle); in BTM_AcceptEscoConnectionRequest()
|
H A D | btm_acl.c | 1712 int BtmGetAclHandleByAddress(const BtAddr *addr, uint16_t *handle) in BtmGetAclHandleByAddress() function 2195 int result = BtmGetAclHandleByAddress(addr, &connectionHandle); in BTM_SetLinkPolicySettings() 2250 int result = BtmGetAclHandleByAddress(addr, &connectionHandle); in BTM_SwitchRole()
|
Completed in 6 milliseconds