Home
last modified time | relevance | path

Searched defs:connId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java48 int connId; field in ContextMap.Connection
53 Connection(int connId, String address,int appId) { in Connection()
205 void addConnection(int id, int connId, String address) { in addConnection()
217 void removeConnection(int id, int connId) { in removeConnection()
303 App getByConnId(int connId) { in getByConnId()
333 String addressByConnId(int connId) { in addressByConnId()
DGattService.java223 boolean permissionCheck(int connId, int handle) { in permissionCheck()
701 void onConnected(int clientIf, int connId, int status, String address) in onConnected()
714 void onDisconnected(int clientIf, int connId, int status, String address) in onDisconnected()
726 void onSearchCompleted(int connId, int status) throws RemoteException { in onSearchCompleted()
736 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb()
792 void onRegisterForNotifications(int connId, int status, int registered, int handle) { in onRegisterForNotifications()
800 void onNotify(int connId, String address, int handle, in onNotify()
817 …void onReadCharacteristic(int connId, int status, int handle, byte[] data) throws RemoteException { in onReadCharacteristic()
829 void onWriteCharacteristic(int connId, int status, int handle) in onWriteCharacteristic()
850 void onExecuteCompleted(int connId, int status) throws RemoteException { in onExecuteCompleted()
[all …]