Home
last modified time | relevance | path

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

/system/bt/test/rootcanal/
Dbluetooth_hci.h47 ::android::hardware::Return<void> sendAclData(
Dbluetooth_hci.cc145 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& /* packet */) { in sendAclData() function in android::hardware::bluetooth::V1_0::sim::BluetoothHci
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h45 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc321 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_0::btlinux::BluetoothHci
/system/bt/hci/src/
Dhci_layer_android.cc135 btHci->sendAclData(data); in hci_transmit()