Searched refs:getGattService (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 40 GattService getGattService() { in getGattService() method in GattNativeInterface 70 getGattService().onClientRegistered(status, clientIf, uuidLsb, uuidMsb); in onClientRegistered() 74 getGattService().onConnected(clientIf, connId, status, address); in onConnected() 79 getGattService().onDisconnected(clientIf, connId, status, address); in onDisconnected() 83 getGattService().onClientPhyUpdate(connId, txPhy, rxPhy, status); in onClientPhyUpdate() 88 getGattService().onClientPhyRead(clientIf, address, txPhy, rxPhy, status); in onClientPhyRead() 93 getGattService().onClientConnUpdate(connId, interval, latency, timeout, status); in onClientConnUpdate() 97 getGattService().onServiceChanged(connId); in onServiceChanged() 103 getGattService() in onClientSubrateChange() 108 getGattService().onServerPhyUpdate(connId, txPhy, rxPhy, status); in onServerPhyUpdate() [all …]
|
D | GattService.java | 278 public static synchronized GattService getGattService() { in getGattService() method in GattService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 2001 mGattService = GattService.getGattService(); in initProfileServices()
|