Home
last modified time | relevance | path

Searched refs:onSetProtocol (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHidDeviceCallback.aidl28 void onSetProtocol(in BluetoothDevice device, in byte protocol); in onSetProtocol() method
DBluetoothHidDeviceCallback.java103 public void onSetProtocol(BluetoothDevice device, byte protocol) { in onSetProtocol() method in BluetoothHidDeviceCallback
DBluetoothInputHost.java151 public void onSetProtocol(BluetoothDevice device, byte protocol) { in onSetProtocol() method in BluetoothInputHost.BluetoothHidDeviceCallbackWrapper
152 mCallback.onSetProtocol(device, protocol); in onSetProtocol()