Searched refs:IsValidBluetoothAddr (Results 1 – 4 of 4) sorted by relevance
373 EXPECT_TRUE(host_->IsValidBluetoothAddr("00:00:00:00:00:00"));388 EXPECT_FALSE(host_->IsValidBluetoothAddr("00"));
687 static bool IsValidBluetoothAddr(const std::string &addr);
558 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
58 CHECK_AND_RETURN_LOG_RET(BluetoothHost::IsValidBluetoothAddr(address_), false, in IsValidBluetoothRemoteDevice()