Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp373 EXPECT_TRUE(host_->IsValidBluetoothAddr("00:00:00:00:00:00"));
388 EXPECT_FALSE(host_->IsValidBluetoothAddr("00"));
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h687 static bool IsValidBluetoothAddr(const std::string &addr);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp558 if (!IsValidBluetoothAddr(stagingRealAddr_)) { in SyncRandomAddrToService()
562 if (!IsValidBluetoothAddr(stagingRandomAddr_)) { in SyncRandomAddrToService()
742 bool BluetoothHost::IsValidBluetoothAddr(const std::string &addr) in IsValidBluetoothAddr() function in OHOS::Bluetooth::BluetoothHost
H A Dbluetooth_remote_device.cpp58 CHECK_AND_RETURN_LOG_RET(BluetoothHost::IsValidBluetoothAddr(address_), false, in IsValidBluetoothRemoteDevice()