Searched refs:gattTestCommand (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattDebugUtils.java | 86 svc.gattTestCommand( 0x01, null,null, bEnable ? 1 : 0, 0,0,0,0); in handleDebugAction() 92 svc.gattTestCommand( 0x02, null, address, type, addr_type, 0,0,0); in handleDebugAction() 95 svc.gattTestCommand( 0x03, null, null, 0,0,0,0,0); in handleDebugAction() 102 svc.gattTestCommand( 0x04, uuid, null, type, shdl, ehdl, 0,0); in handleDebugAction() 110 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key, in handleDebugAction()
|
D | GattService.java | 2296 void gattTestCommand(int command, UUID uuid1, String bda1, in gattTestCommand() method in GattService
|