Loading system/binder/android/bluetooth/IBluetooth.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -67,8 +67,7 @@ interface IBluetooth int getProfileConnectionState(int profile); BluetoothDevice[] getBondedDevices(); boolean createBond(in BluetoothDevice device, in int transport); boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData); boolean createBond(in BluetoothDevice device, in int transport, in OobData oobData); boolean cancelBondProcess(in BluetoothDevice device); boolean removeBond(in BluetoothDevice device); int getBondState(in BluetoothDevice device); Loading Loading
system/binder/android/bluetooth/IBluetooth.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -67,8 +67,7 @@ interface IBluetooth int getProfileConnectionState(int profile); BluetoothDevice[] getBondedDevices(); boolean createBond(in BluetoothDevice device, in int transport); boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData); boolean createBond(in BluetoothDevice device, in int transport, in OobData oobData); boolean cancelBondProcess(in BluetoothDevice device); boolean removeBond(in BluetoothDevice device); int getBondState(in BluetoothDevice device); Loading