Home
last modified time | relevance | path

Searched defs:btMac (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils_virtual.c20 int32_t LnnGenerateBtMacHash(const char *btMac, int32_t brMacLen, char *brMacHash, int32_t hashLen) in LnnGenerateBtMacHash()
H A Dlnn_heartbeat_utils.c287 int32_t LnnGenerateBtMacHash(const char *btMac, int32_t brMacLen, char *brMacHash, int32_t hashLen) in LnnGenerateBtMacHash()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c92 char btMac[BT_MAC_LEN] = {0}; in LnnOnBtAclStateChanged() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_virtual.c68 int32_t LnnGetNetworkIdByBtMac(const char *btMac, char *buf, uint32_t len) in LnnGetNetworkIdByBtMac()
H A Dlnn_distributed_net_ledger_manager.c1371 int32_t LnnGetNetworkIdByBtMac(const char *btMac, char *buf, uint32_t len) in LnnGetNetworkIdByBtMac()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp81 void LnnNotifyBtAclStateChangeEvent(const char *btMac, SoftBusBtAclState state) in LnnNotifyBtAclStateChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp137 char btMac[BT_MAC_LEN] = { 0 }; in LnnNotifyBtAclStateChangeEventFuzzTest() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp49 int32_t LnnGenerateBtMacHash(const char *btMac, int32_t brMacLen, char *brMacHash, int32_t hashLen) in LnnGenerateBtMacHash()
H A Dlnn_net_ledger_mock.cpp461 int32_t LnnGetNetworkIdByBtMac(const char *btMac, char *buf, uint32_t len) in LnnGetNetworkIdByBtMac()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c279 static void LeaveSpecificBrNetwork(const char *btMac) in LeaveSpecificBrNetwork()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp227 int32_t LnnGetNetworkIdByBtMac(const char *btMac, char *buf, uint32_t len) in LnnGetNetworkIdByBtMac()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h182 char btMac[BT_MAC_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c645 void LnnNotifyBtAclStateChangeEvent(const char *btMac, SoftBusBtAclState state) in LnnNotifyBtAclStateChangeEvent()