Searched refs:sendScoData (Results 1 – 4 of 4) 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"}) 76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"}) 77 sendScoData(HciPacket data);
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.h | 44 Return<void> sendScoData(const hidl_vec<uint8_t>& data) override;
|
D | bluetooth_hci.cc | 127 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/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 472 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
|