Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_logmsg.cc66 #ifndef BTE_LOG_BUF_SIZE
67 #define BTE_LOG_BUF_SIZE 256 macro
70 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
177 char buffer[BTE_LOG_BUF_SIZE]; in LogMsg()