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.cc64 #ifndef BTE_LOG_BUF_SIZE
65 #define BTE_LOG_BUF_SIZE 256 macro
68 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
175 char buffer[BTE_LOG_BUF_SIZE]; in LogMsg()