Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/
H A Dbt_gatt_client.h67 RawAddress* bda1; member
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3943 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand()
3956 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2269 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative()