Home
last modified time | relevance | path

Searched refs:stream_pacs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc1341 std::stringstream stream, stream_pacs; in Dump() local
1347 stream_pacs << "\n\taddress: " << device->address_; in Dump()
1348 device->DumpPacsDebugState(stream_pacs); in Dump()
1349 dprintf(fd, "%s", stream_pacs.str().c_str()); in Dump()
Ddevice_groups.cc2052 std::stringstream stream, stream_pacs; in Dump() local
2123 stream_pacs << "\n\taddress: " << device->address_; in Dump()
2124 device->DumpPacsDebugState(stream_pacs); in Dump()
2126 dprintf(fd, "%s", stream_pacs.str().c_str()); in Dump()