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

  /external/libnfc-nci/src/adaptation/
android_logmsg.cpp 23 #ifndef BTE_LOG_BUF_SIZE
24 #define BTE_LOG_BUF_SIZE 1024
26 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
45 static char buffer[BTE_LOG_BUF_SIZE];
66 static char buffer[BTE_LOG_BUF_SIZE];
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 26 #ifndef BTE_LOG_BUF_SIZE
27 #define BTE_LOG_BUF_SIZE 1024
29 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
46 static char buffer [BTE_LOG_BUF_SIZE];
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 183 #ifndef BTE_LOG_BUF_SIZE
184 #define BTE_LOG_BUF_SIZE 1024
186 #define BTE_LOG_MAX_SIZE (BTE_LOG_BUF_SIZE - 12)
220 static char buffer[BTE_LOG_BUF_SIZE];
276 static char buffer[BTE_LOG_BUF_SIZE];

Completed in 147 milliseconds