Searched refs:GapAclState (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gap.h | 46 } 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 D | ohos_bt_adapter_utils.h | 33 GapAclState ConvertAclState(int transport, int state);
|
H A D | ohos_bt_adapter_utils.cpp | 99 GapAclState ConvertAclState(int transport, int state) in ConvertAclState()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 53 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 D | softbus_adapter_bt_common_test.cpp | 195 MockBluetooth::btGapCallback->aclStateChangedCallbak(nullptr, (GapAclState)-1, 0); 220 MockBluetooth::btGapCallback->aclStateChangedCallbak(&bdAddr, (GapAclState)-1, 0);
|