Searched refs:sendAclData (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHci.hal | 40 * (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/ |
D | bluetooth_hci.h | 43 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 125 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/ |
D | bluetooth_hci.h | 46 Return<void> sendAclData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 173 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/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 500 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 512 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
|