Searched refs:bda1 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2296 void gattTestCommand(int command, UUID uuid1, String bda1, in gattTestCommand() argument 2298 if (bda1 == null) bda1 = "00:00:00:00:00:00"; in gattTestCommand() 2301 uuid1.getMostSignificantBits(), bda1, p1, p2, p3, p4, p5); in gattTestCommand() 2303 gattTestNative(command, 0,0, bda1, p1, p2, p3, p4, p5); in gattTestCommand() 2307 long uuid1_lsb, long uuid1_msb, String bda1, in gattTestNative() argument
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1637 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative() argument 1643 jstr2bdaddr(env, &bt_bda1, bda1); in gattTestNative() 1649 params.bda1 = &bt_bda1; in gattTestNative()
|