Searched refs:bda1 (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 398 String bda1, in gattTestNative() argument 659 String bda1, in gattTest() argument 665 gattTestNative(command, uuid1Lsb, uuid1Msb, bda1, p1, p2, p3, p4, p5); in gattTest()
|
D | GattService.java | 3601 int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, int p5) { in gattTestCommand() argument 3602 if (bda1 == null) { in gattTestCommand() 3603 bda1 = "00:00:00:00:00:00"; in gattTestCommand() 3610 bda1, in gattTestCommand() 3617 mNativeInterface.gattTest(command, 0, 0, bda1, p1, p2, p3, p4, p5); in gattTestCommand()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 829 *params->bda1, params->u1, params->u2); in btif_gattc_test_command_impl() 832 BTM_SecAddBleDevice(*params->bda1, BT_DEVICE_TYPE_BLE, in btif_gattc_test_command_impl() 835 if (!GATT_Connect(test_cb.gatt_if, *params->bda1, in btif_gattc_test_command_impl()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 61 RawAddress* bda1; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 2532 jlong uuid1_lsb, jlong uuid1_msb, jstring bda1, in gattTestNative() argument 2536 RawAddress bt_bda1 = str2addr(env, bda1); in gattTestNative() 2541 params.bda1 = &bt_bda1; in gattTestNative()
|