Home
last modified time | relevance | path

Searched refs:sendHciCommand (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/rootcanal/
Dbluetooth_hci.h44 ::android::hardware::Return<void> sendHciCommand(
Dbluetooth_hci.cc151 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_0::sim::BluetoothHci
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h44 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
Dbluetooth_hci.cc316 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_0::btlinux::BluetoothHci
/system/bt/hci/src/
Dhci_layer_android.cc132 btHci->sendHciCommand(data); in hci_transmit()