Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc60 constexpr size_t kMaxLogHistoryTagLength = 14; variable
118 history_->Push("%-*s GID %-3d %-*s: %-22s %s", kMaxLogHistoryTagLength, in add_logs_history_common()
119 tag.substr(0, kMaxLogHistoryTagLength).c_str(), group_id, in add_logs_history_common()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_main.cc65 constexpr size_t kMaxLogHistoryTagLength = 6; variable
77 "%-6s %-25s: %s %s", tag.substr(0, kMaxLogHistoryTagLength).c_str(), in btm_log_history()