Home
last modified time | relevance | path

Searched refs:bda1 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3208 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand() argument
3210 if (bda1 == null) { in gattTestCommand()
3211 bda1 = "00:00:00:00:00:00"; in gattTestCommand()
3215 bda1, p1, p2, p3, p4, p5); in gattTestCommand()
3217 gattTestNative(command, 0, 0, bda1, p1, p2, p3, p4, p5); in gattTestCommand()
3221 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative() argument
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp2044 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative() argument
2048 RawAddress bt_bda1 = str2addr(env, bda1); in gattTestNative()
2053 params.bda1 = &bt_bda1; in gattTestNative()