Searched refs:BD_ADDR_LEN (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java41 private static final int BD_ADDR_LEN = 6; // 6 bytes field in class:AdapterProperties
539 int number = val.length/BD_ADDR_LEN;
540 byte[] addrByte = new byte[BD_ADDR_LEN];
542 System.arraycopy(val, j * BD_ADDR_LEN, addrByte, 0, BD_ADDR_LEN);
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java53 static final int BD_ADDR_LEN = 6; // bytes field in class:Utils
57 if (address == null || address.length != BD_ADDR_LEN) {
72 byte[] output = new byte[BD_ADDR_LEN];
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp42 #define BD_ADDR_LEN 6 macro
100 for (i = 0; i < BD_ADDR_LEN; i++)

Completed in 136 milliseconds