Home
last modified time | relevance | path

Searched refs:BTM_ACL_DISCONNECT_REASON (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h105 constexpr int BTM_ACL_DISCONNECT_REASON = 0x13; member
H A Dclassic_adapter.cpp157 (BTM_AclDisconnect(device.second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in DisablePairProcess()
1878 bool ret = (BTM_AclDisconnect(it->second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); in RemovePair()
1904 (BTM_AclDisconnect(it->second->GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON) == BT_SUCCESS); 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()
754 ret = BTM_AclDisconnect(it->second.GetConnectionHandle(), BTM_ACL_DISCONNECT_REASON); in RemoveAllPairs()

Completed in 8 milliseconds