Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h163 int BTSTACK_API BTM_AclAddRef(uint16_t connectionHandle);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c680 return BTM_AclAddRef(handle); in L2capAddConnectionRef()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c1041 BTM_AclAddRef(device->handle); in GapStartUseAclConnection()
H A Dgap_br_sec.c165 BTM_AclAddRef(devInfo->handle); in GapDoSecurityAction()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1754 int BTM_AclAddRef(uint16_t connectionHandle) in BTM_AclAddRef() function