Home
last modified time | relevance | path

Searched refs:COMM_DEVICE_KEY_BT_MAC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dbus_center_adapter_test.cpp63 ret = GetCommonDevInfo(COMM_DEVICE_KEY_BT_MAC, value, len);
88 ret = GetCommonDevInfo(COMM_DEVICE_KEY_BT_MAC, NULL, len);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dbus_center_adapter.h29 COMM_DEVICE_KEY_BT_MAC, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1033 return GetCommonDevInfo(COMM_DEVICE_KEY_BT_MAC, info->macAddr, MAC_LEN); in InitConnectInfo()