Searched refs:sendAclData (Results 1 – 5 of 5) sorted by relevance
/system/bt/test/rootcanal/ | ||
D | bluetooth_hci.h | 47 ::android::hardware::Return<void> sendAclData( |
D | bluetooth_hci.cc | 145 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/ | ||
D | bluetooth_hci.h | 45 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override; |
D | bluetooth_hci.cc | 321 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/ | ||
D | hci_layer_android.cc | 135 btHci->sendAclData(data); in hci_transmit() |