Searched defs:connId (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 73 void onConnected(int clientIf, int connId, int status, String address) throws RemoteException { in onConnected() 77 void onDisconnected(int clientIf, int connId, int status, String address) in onDisconnected() 82 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() 91 void onClientConnUpdate(int connId, int interval, int latency, int timeout, int status) in onClientConnUpdate() 96 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() 101 int connId, int subrateFactor, int latency, int contNum, int timeout, int status) in onClientSubrateChange() 107 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() 116 void onServerConnUpdate(int connId, int interval, int latency, int timeout, int status) in onServerConnUpdate() 122 int connId, int subrateFactor, int latency, int contNum, int timeout, int status) in onServerSubrateChange() 128 void onSearchCompleted(int connId, int status) throws RemoteException { in onSearchCompleted() [all …]
|
D | GattService.java | 354 private void permissionCheck(int connId, int handle) { in permissionCheck() 361 private boolean isHandleRestricted(int connId, int handle) { in isHandleRestricted() 1302 void onConnected(int clientIf, int connId, int status, String address) throws RemoteException { in onConnected() 1331 void onDisconnected(int clientIf, int connId, int status, String address) in onDisconnected() 1376 void onClientPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onClientPhyUpdate() 1403 Integer connId = mClientMap.connIdByAddress(clientIf, address); in onClientPhyRead() local 1417 void onClientConnUpdate(int connId, int interval, int latency, int timeout, int status) in onClientConnUpdate() 1434 void onServiceChanged(int connId) throws RemoteException { in onServiceChanged() 1451 int connId, int subrateFactor, int latency, int contNum, int timeout, int status) in onClientSubrateChange() 1468 void onServerPhyUpdate(int connId, int txPhy, int rxPhy, int status) throws RemoteException { in onServerPhyUpdate() [all …]
|
D | ContextMap.java | 60 public int connId; field in ContextMap.Connection 65 Connection(int connId, String address, int appId) { in Connection() 316 void addConnection(int id, int connId, String address) { in addConnection() 326 void removeConnection(int id, int connId) { in removeConnection() 561 App getByConnId(int connId) { in getByConnId() 594 String addressByConnId(int connId) { in addressByConnId()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 186 Integer connId = 1; in clientReadPhy() local 201 Integer connId = 1; in clientSetPreferredPhy() local 276 Integer connId = 1; in disconnectAll() local 383 Integer connId = 1; in readCharacteristic() local 399 Integer connId = 1; in readUsingCharacteristicUuid() local 423 Integer connId = 1; in writeCharacteristic() local 440 Integer connId = 1; in readDescriptor() local 462 Integer connId = 1; in endReliableWrite() local 477 Integer connId = 1; in registerForNotification() local 501 Integer connId = 1; in configureMTU() local [all …]
|