Home
last modified time | relevance | path

Searched defs:contNum (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java216 public void onSubrateChange(BluetoothDevice device, int subrateFactor, int latency, int contNum, in onSubrateChange()
DBluetoothGattCallback.java285 public void onSubrateChange(BluetoothGatt gatt, int subrateFactor, int latency, int contNum, in onSubrateChange()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl44 in int contNum, in int timeout, in int status); in onSubrateChange()
DIBluetoothGattServerCallback.aidl48 in int contNum, in int timeout, in int status); in onSubrateChange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java107 void onClientSubrateChange(int connId, int subrateFactor, int latency, int contNum, int timeout, in onClientSubrateChange()
127 void onServerSubrateChange(int connId, int subrateFactor, int latency, int contNum, int timeout, in onServerSubrateChange()
DGattService.java2303 void onClientSubrateChange(int connId, int subrateFactor, int latency, int contNum, in onClientSubrateChange()
2379 void onServerSubrateChange(int connId, int subrateFactor, int latency, int contNum, in onServerSubrateChange()