Searched refs:gattTestCommand (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattDebugUtils.java | 88 svc.gattTestCommand(0x01, null, null, bEnable ? 1 : 0, 0, 0, 0, 0); in handleDebugAction() 94 svc.gattTestCommand(0x02, null, address, type, addrType, 0, 0, 0); in handleDebugAction() 97 svc.gattTestCommand(0x03, null, null, 0, 0, 0, 0, 0); in handleDebugAction() 104 svc.gattTestCommand(0x04, uuid, null, type, shdl, ehdl, 0, 0); in handleDebugAction() 112 svc.gattTestCommand(0xF0, null, null, authReq, ioCap, initKey, respKey, maxKey); in handleDebugAction()
|
D | GattService.java | 3243 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand() method in GattService
|