Home
last modified time | relevance | path

Searched refs:SOFTBUS_ACL_STATE_CONNECTED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h76 SOFTBUS_ACL_STATE_CONNECTED = 0x0, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c98 case SOFTBUS_ACL_STATE_CONNECTED: in LnnOnBtAclStateChanged()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c57 return SOFTBUS_ACL_STATE_CONNECTED; in ConvertAclState()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp204 …uto aclStateResult = g_btAclStateChangedCtx.Expect(listenerId, &addr, SOFTBUS_ACL_STATE_CONNECTED);