Searched defs:connId (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 230 boolean permissionCheck(int connId, int handle) { in permissionCheck() 903 void onConnected(int clientIf, int connId, int status, String address) in onConnected() 916 void onDisconnected(int clientIf, int connId, int status, String address) in onDisconnected() 928 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() 946 Integer connId = mClientMap.connIdByAddress(clientIf, address); in onClientPhyRead() local 958 void onClientConnUpdate(int connId, int interval, int latency, int timeout, int status) in onClientConnUpdate() 971 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() 987 Integer connId = mServerMap.connIdByAddress(serverIf, address); in onServerPhyRead() local 999 void onServerConnUpdate(int connId, int interval, int latency, int timeout, int status) in onServerConnUpdate() 1012 void onSearchCompleted(int connId, int status) throws RemoteException { in onSearchCompleted() [all …]
|
D | ContextMap.java | 49 int connId; field in ContextMap.Connection 54 Connection(int connId, String address,int appId) { in Connection() 232 void addConnection(int id, int connId, String address) { in addConnection() 244 void removeConnection(int id, int connId) { in removeConnection() 366 App getByConnId(int connId) { in getByConnId() 396 String addressByConnId(int connId) { in addressByConnId()
|