Searched refs:sendAclData (Results 1 – 5 of 5) sorted by relevance
/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 | 320 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_0::btlinux::BluetoothHci |
/system/bt/test/rootcanal/ | ||
D | bluetooth_hci.h | 47 …::android::hardware::Return<void> sendAclData(const ::android::hardware::hidl_vec<uint8_t>& packet… |
D | bluetooth_hci.cc | 172 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData() function in android::hardware::bluetooth::V1_0::sim::BluetoothHci |
/system/bt/hci/src/ | ||
D | hci_layer_android.cc | 155 btHci->sendAclData(data); in hci_transmit() |