Searched defs:SendIsoPacket (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/gd/iso/ | ||
| D | iso_manager.cc | 99 void IsoManager::SendIsoPacket(uint16_t cis_handle, std::vector<uint8_t> packet) { in SendIsoPacket() function in bluetooth::iso::IsoManager |
| D | facade.cc | 168 ::grpc::Status SendIsoPacket( in SendIsoPacket() function in bluetooth::iso::IsoModuleFacadeService |
| /packages/modules/Bluetooth/system/blueberry/facade/iso/ | ||
| D | facade.proto | 13 rpc SendIsoPacket(IsoPacket) returns (google.protobuf.Empty) {} rpc |
| /packages/modules/Bluetooth/system/gd/iso/internal/ | ||
| D | iso_manager_impl.cc | 253 void IsoManagerImpl::SendIsoPacket(uint16_t cis_handle, std::vector<uint8_t> packet) { in SendIsoPacket() function in bluetooth::iso::internal::IsoManagerImpl |