Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc272 static std::string PacketTypeToString(uint8_t packet_type);
278 << PacketTypeToString(bqr_link_quality_event_.packet_types) << ", " in ToString()
350 static std::string PacketTypeToString(uint8_t packet_type) { in PacketTypeToString() function
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dpacket.cc146 PacketTypeToString(type_), in DebugLog()