Lines Matching defs:device

25      * Callback indicating when a remote device has been connected or disconnected.
27 * @param device Remote device that has been connected or disconnected.
32 public void onConnectionStateChange(BluetoothDevice device, int status,
52 * @param device The remote device that has requested the read operation
57 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId,
67 * @param device The remote device that has requested the write operation
71 * @param responseNeeded true, if the remote device requires a response
75 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId,
87 * @param device The remote device that has requested the read operation
92 public void onDescriptorReadRequest(BluetoothDevice device, int requestId,
102 * @param device The remote device that has requested the write operation
106 * @param responseNeeded true, if the remote device requires a response
110 public void onDescriptorWriteRequest(BluetoothDevice device, int requestId,
117 * Execute all pending write operations for this device.
122 * @param device The remote device that has requested the write operations
126 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) {
131 * a remote device.
137 * @param device The remote device the notification has been sent to
140 public void onNotificationSent(BluetoothDevice device, int status) {
144 * Callback indicating the MTU for a given device connection has changed.
149 * @param device The remote device that requested the MTU change
152 public void onMtuChanged(BluetoothDevice device, int mtu) {
157 * of remote device changing the PHY.
159 * @param device The remote device
167 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) {
173 * @param device The remote device that requested the PHY read
181 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) {
187 * @param device The remote device involved
198 public void onConnectionUpdated(BluetoothDevice device, int interval, int latency, int timeout,