Home
last modified time | relevance | path

Searched defs:SendData (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dl2cap.proto14 rpc SendData(SendDataRequest) returns (SendDataResponse); rpc
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_hal_client.h177 virtual size_t SendData(uint8_t* data, uint16_t size) { return 0; } in SendData() function
Daudio_sink_hal_client.cc238 size_t SinkImpl::SendData(uint8_t* data, uint16_t size) { in SendData() function in bluetooth::le_audio::__anondb6a68e40111::SinkImpl
/packages/modules/Bluetooth/floss/pandora/server/
Dl2cap.py280 async def SendData(self, request: l2cap_pb2.SendDataRequest, member in L2CAPService