Searched refs:onGetGattDb (Results 1 – 3 of 3) sorted by relevance
136 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb() method in GattNativeInterface137 getGattService().onGetGattDb(connId, db); in onGetGattDb()
1558 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb() method in GattService
727 mService.onGetGattDb(connId, db); in restrictedHandles()