Home
last modified time | relevance | path

Searched refs:ADDRESS_LENGTH (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dlog_util.cpp28 if (addr.empty() || addr.length() != ADDRESS_LENGTH) { in GetEncryptAddr()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_utils_server.cpp27 if (addr.empty() || addr.length() != ADDRESS_LENGTH) { in GetEncryptAddr()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp68 if (addr.empty() || addr.length() != ADDRESS_LENGTH) { in GetEncryptAddr()
H A Dbluetooth_host.cpp751 if (addr.length() != ADDRESS_LENGTH) { in IsValidBluetoothAddr()
756 for (int i = 0; i < ADDRESS_LENGTH; i++) { in IsValidBluetoothAddr()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h194 const int ADDRESS_LENGTH = 17; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h192 const int ADDRESS_LENGTH = 17; variable