Searched refs:SendIsoPacket (Results 1 – 7 of 7) sorted by relevance
99 void IsoManager::SendIsoPacket(uint16_t cis_handle, std::vector<uint8_t> packet) { in SendIsoPacket() function in bluetooth::iso::IsoManager100 …iso_handler_->CallOn(iso_manager_impl_, &internal::IsoManagerImpl::SendIsoPacket, cis_handle, pack… in SendIsoPacket()
74 void SendIsoPacket(uint16_t cis_handle, std::vector<uint8_t> packet);
14 rpc SendIsoPacket(IsoPacket) returns (google.protobuf.Empty) {} rpc
166 ::grpc::Status SendIsoPacket( in SendIsoPacket() function in bluetooth::iso::IsoModuleFacadeService171 iso_module_->GetIsoManager()->SendIsoPacket(request->handle(), packet); in SendIsoPacket()
97 void SendIsoPacket(uint16_t cis_handle, std::vector<uint8_t> packet);
253 void IsoManagerImpl::SendIsoPacket(uint16_t cis_handle, std::vector<uint8_t> packet) { in SendIsoPacket() function in bluetooth::iso::internal::IsoManagerImpl
63 … self._device.iso.SendIsoPacket(iso_facade_pb2.IsoPacket(handle=self._cis_handle, payload=payload))