Home
last modified time | relevance | path

Searched refs:BTM_AclDisconnect (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h155 int BTSTACK_API BTM_AclDisconnect(uint16_t connectionHandle, uint8_t reason);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp157 (BTM_AclDisconnect(device.second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in DisablePairProcess()
158 ClassicUtils::CheckReturnValue("ClassicAdapter", "BTM_AclDisconnect", result); in DisablePairProcess()
1878 bool ret = (BTM_AclDisconnect(it->second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in RemovePair()
1879 ClassicUtils::CheckReturnValue("ClassicAdapter", "BTM_AclDisconnect", ret); in RemovePair()
1904 (BTM_AclDisconnect(it->second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in RemoveAllPairs()
1905 ClassicUtils::CheckReturnValue("ClassicAdapter", "BTM_AclDisconnect", ret); in RemoveAllPairs()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp696 int ret = BTM_AclDisconnect(it->second.GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON); in RemovePairWithDisConnect()
698 LOG_ERROR("[BleAdapter] %{public}s:BTM_AclDisconnect failed!", __func__); in RemovePairWithDisConnect()
754 ret = BTM_AclDisconnect(it->second.GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON); in RemoveAllPairs()
757 LOG_ERROR("[BleAdapter] %{public}s:BTM_AclDisconnect failed!", __func__); in RemoveAllPairs()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1332 int BTM_AclDisconnect(uint16_t connectionHandle, uint8_t reason) in BTM_AclDisconnect() function
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c332 BTM_AclDisconnect(deviceInfo->handle, GAP_HCI_DISC_REASON_AUTH_FAIL); in GapDoDiscACLConnection()

Completed in 14 milliseconds