Home
last modified time | relevance | path

Searched refs:onGetGattDb (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java136 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb() method in GattNativeInterface
137 getGattService().onGetGattDb(connId, db); in onGetGattDb()
DGattService.java1558 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java727 mService.onGetGattDb(connId, db); in restrictedHandles()