Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds