Home
last modified time | relevance | path

Searched defs:sendHciCommand (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHci.aidl40 void sendHciCommand(in byte[] command); in sendHciCommand() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHci.aidl59 void sendHciCommand(in byte[] command); in sendHciCommand() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHci.aidl40 void sendHciCommand(in byte[] command); in sendHciCommand() method
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc120 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc168 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp328 ndk::ScopedAStatus BluetoothHci::sendHciCommand( in sendHciCommand() function in aidl::android::hardware::bluetooth::impl::BluetoothHci