Searched defs:contNum (Results 1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGattServerCallback.java | 216 public void onSubrateChange(BluetoothDevice device, int subrateFactor, int latency, int contNum, in onSubrateChange()
|
| D | BluetoothGattCallback.java | 285 public void onSubrateChange(BluetoothGatt gatt, int subrateFactor, int latency, int contNum, in onSubrateChange()
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGattCallback.aidl | 44 in int contNum, in int timeout, in int status); in onSubrateChange()
|
| D | IBluetoothGattServerCallback.aidl | 48 in int contNum, in int timeout, in int status); in onSubrateChange()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 107 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()
|
| D | GattService.java | 2303 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()
|