Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc61 constexpr size_t kMaxLogHistoryMsgLength = 44; variable
120 kMaxLogHistoryMsgLength, in add_logs_history_common()
121 msg.substr(0, kMaxLogHistoryMsgLength).c_str(), in add_logs_history_common()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_main.cc66 constexpr size_t kMaxLogHistoryMsgLength = 25; variable
78 msg.substr(0, kMaxLogHistoryMsgLength).c_str(), addr, extra.c_str()); in btm_log_history()