HomeSort by relevance Sort by last modified time
    Searched refs:BTE_LOG_BUF_SIZE (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/main/
bte_logmsg.c 185 #ifndef BTE_LOG_BUF_SIZE
186 #define BTE_LOG_BUF_SIZE 1024
188 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
222 static char buffer[BTE_LOG_BUF_SIZE];
278 static char buffer[BTE_LOG_BUF_SIZE];
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 27 #define BTE_LOG_BUF_SIZE 1024
28 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
94 static char buffer [BTE_LOG_BUF_SIZE];
308 static char buffer [BTE_LOG_BUF_SIZE];

Completed in 176 milliseconds