Home
last modified time | relevance | path

Searched refs:ACL_CONNECTION_STATE_DISCONNECTED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.cpp78 } else if (state == ACL_CONNECTION_STATE_DISCONNECTED) { in GetAclStateName()
87 } else if (state == ACL_CONNECTION_STATE_DISCONNECTED) { in GetAclStateName()
103 } else if (transport == ADAPTER_BREDR && state == ACL_CONNECTION_STATE_DISCONNECTED) { in ConvertAclState()
107 } else if (transport == ADAPTER_BLE && state == ACL_CONNECTION_STATE_DISCONNECTED) { in ConvertAclState()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_def.h372 ACL_CONNECTION_STATE_DISCONNECTED = 0x00, enumerator