Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
24 void onAppStatusChanged(in BluetoothDevice device, in BluetoothHidDeviceAppConfiguration config, boolean registered);
25 void onConnectionStateChanged(in BluetoothDevice device, in int state);
26 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize);
27 void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data);
28 void onSetProtocol(in BluetoothDevice device, in byte protocol);
29 void onIntrData(in BluetoothDevice device, in byte reportId, in byte[] data);
30 void onVirtualCableUnplug(in BluetoothDevice device);