Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/btm/
H A Dbtm_main.cc62 constexpr size_t kMaxLogHistoryMsgLength = 25; variable
68 msg.substr(0, kMaxLogHistoryMsgLength).c_str(), addr, extra.c_str()); in btm_log_history()