Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1724e247 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Change Bluetooth HID Profile Name (3/6)

am: c5b078f4

Change-Id: I51e348da5f5aa2beb8be001c39c52c3b9f5eae0a
parents 3509c2a1 c5b078f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ cc_library_shared {
        "android/bluetooth/IBluetoothHeadsetPhone.aidl",
        "android/bluetooth/IBluetoothHealth.aidl",
        "android/bluetooth/IBluetoothHealthCallback.aidl",
        "android/bluetooth/IBluetoothInputDevice.aidl",
        "android/bluetooth/IBluetoothHidHost.aidl",
        "android/bluetooth/IBluetoothPan.aidl",
        "android/bluetooth/IBluetoothManager.aidl",
        "android/bluetooth/IBluetoothManagerCallback.aidl",
@@ -23,7 +23,7 @@ cc_library_shared {
        "android/bluetooth/IBluetoothSap.aidl",
        "android/bluetooth/IBluetoothStateChangeCallback.aidl",
        "android/bluetooth/IBluetoothHeadsetClient.aidl",
        "android/bluetooth/IBluetoothInputHost.aidl",
        "android/bluetooth/IBluetoothHidDevice.aidl",
        "android/bluetooth/IBluetoothHidDeviceCallback.aidl",
        "android/bluetooth/IBluetoothGatt.aidl",
        "android/bluetooth/IBluetoothGattCallback.aidl",
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.bluetooth.BluetoothHidDeviceAppSdpSettings;
import android.bluetooth.BluetoothHidDeviceAppQosSettings;

/** @hide */
interface IBluetoothInputHost {
interface IBluetoothHidDevice {
    boolean registerApp(in BluetoothHidDeviceAppConfiguration config,
            in BluetoothHidDeviceAppSdpSettings sdp, in BluetoothHidDeviceAppQosSettings inQos,
            in BluetoothHidDeviceAppQosSettings outQos, in IBluetoothHidDeviceCallback callback);
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.bluetooth.BluetoothDevice;
 *
 * {@hide}
 */
interface IBluetoothInputDevice {
interface IBluetoothHidHost {
    // Public API
    boolean connect(in BluetoothDevice device);
    boolean disconnect(in BluetoothDevice device);