Home
last modified time | relevance | path

Searched refs:sendScoData (Results 1 – 4 of 4) 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"})
76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
77 sendScoData(HciPacket data);
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.h44 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc127 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp472 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()