Searched refs:protocolMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputDevice.aidl46 boolean setProtocolMode(in BluetoothDevice device, int protocolMode);
H A DBluetoothInputDevice.java546 public boolean setProtocolMode(BluetoothDevice device, int protocolMode) { argument
550 return mService.setProtocolMode(device, protocolMode);

Completed in 1386 milliseconds