Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal40 * (sendHciCommand, sendAclData, * sendScoData) is invoked on this
48 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
58 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
67 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
68 sendAclData(HciPacket data);
76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h43 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc125 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.h46 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc173 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp500 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp512 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()