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.c65 #ifndef BTE_LOG_BUF_SIZE
66 #define BTE_LOG_BUF_SIZE 1024 macro
69 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
167 static char buffer[BTE_LOG_BUF_SIZE]; in LogMsg()