Home
last modified time | relevance | path

Searched defs:bda1 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h67 RawAddress* bda1; member
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java363 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative()
654 public void gattTest(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTest()
DGattService.java5031 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2616 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative()