Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h46 } GapAclState; typedef
204 typedef void (*GapAclStateChangedCallback)(const BdAddr *bdAddr, GapAclState state, unsigned int re…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.h33 GapAclState ConvertAclState(int transport, int state);
H A Dohos_bt_adapter_utils.cpp99 GapAclState ConvertAclState(int transport, int state) in ConvertAclState()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c53 static int ConvertAclState(GapAclState state) in ConvertAclState()
139 static void WrapperAclStateChangedCallback(const BdAddr *bdAddr, GapAclState state, unsigned int re… in WrapperAclStateChangedCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp195 MockBluetooth::btGapCallback->aclStateChangedCallbak(nullptr, (GapAclState)-1, 0);
220 MockBluetooth::btGapCallback->aclStateChangedCallbak(&bdAddr, (GapAclState)-1, 0);