Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl309 …void sendHciVendorSpecificCommand(in int ocf, in byte[] parameters, in IBluetoothHciVendorSpecific… in sendHciVendorSpecificCommand() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java2026 public void sendHciVendorSpecificCommand( in sendHciVendorSpecificCommand() method in AdapterServiceBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java5797 mService.sendHciVendorSpecificCommand( in sendBluetoothHciVendorSpecificCommand()