Searched defs:protocolMode (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceBinderTest.java | 144 int protocolMode = 1; in setProtocolMode_callsServiceMethod() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 78 boolean setProtocolMode(byte[] address, int addressType, int transport, byte protocolMode) { in setProtocolMode() 190 byte[] btAddress, int addressType, int transport, byte protocolMode); in setProtocolModeNative()
|
D | HidHostService.java | 611 int protocolMode = msg.arg2; in handleMessageOnGetProtocolMode() local 931 BluetoothDevice device, int protocolMode, AttributionSource source) { in setProtocolMode() 1182 boolean setProtocolMode(BluetoothDevice device, int protocolMode) { in setProtocolMode() 1430 private void broadcastProtocolMode(BluetoothDevice device, int protocolMode) { in broadcastProtocolMode()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 52 …boolean setProtocolMode(in BluetoothDevice device, int protocolMode, in AttributionSource attribut… in setProtocolMode()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_host.cpp | 334 bthh_protocol_mode_t protocolMode = BTHH_UNSUPPORTED_MODE; in getProtocolModeNative() local 372 jint transport, jint protocolMode) { in setProtocolModeNative()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 667 public boolean setProtocolMode(BluetoothDevice device, int protocolMode) { in setProtocolMode()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 1891 bthh_protocol_mode_t protocolMode) { in set_protocol()
|