Searched refs:bda1 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 3243 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand() argument 3245 if (bda1 == null) { in gattTestCommand() 3246 bda1 = "00:00:00:00:00:00"; in gattTestCommand() 3250 bda1, p1, p2, p3, p4, p5); in gattTestCommand() 3252 gattTestNative(command, 0, 0, bda1, p1, p2, p3, p4, p5); in gattTestCommand() 3256 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative() argument
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 2043 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative() argument 2047 RawAddress bt_bda1 = str2addr(env, bda1); in gattTestNative() 2052 params.bda1 = &bt_bda1; in gattTestNative()
|