Home
last modified time | relevance | path

Searched defs: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()
3221 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp2044 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative()