Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp35 std::string macAddr_{BLE_INVALID_MAC_ADDRESS};
H A Dble_defs.h76 const std::string BLE_INVALID_MAC_ADDRESS = "00:00:00:00:00:00"; variable
H A Dble_config.cpp83 std::string addr = BLE_INVALID_MAC_ADDRESS; in GetLocalAddress()
H A Dble_adapter.cpp837 if (!BLE_INVALID_MAC_ADDRESS.compare(device.GetAddress())) { in SetDevicePasskey()
946 if (BLE_INVALID_MAC_ADDRESS == device.GetAddress()) { in SetDevicePairingConfirmation()