Searched defs:LAP_LEN (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h247 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];}
261 #define STREAM_TO_LAP(a, p) {register int ijk; register UINT8 *plap = (UINT8 *)a + LAP_LEN - 1; for (ijk = 0; ijk < LAP_LEN; ijk++) *plap-- = *p++;}
345 #define LAP_LEN 3 macro
346 typedef UINT8 LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
347 typedef UINT8 INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
/external/libnfc-nci/src/include/
H A Dbt_types.h231 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];}
245 #define STREAM_TO_LAP(a, p) {register int ijk; register UINT8 *plap = (UINT8 *)a + LAP_LEN - 1; for (ijk = 0; ijk < LAP_LEN; ijk++) *plap-- = *p++;}
329 #define LAP_LEN 3 macro
330 typedef UINT8 LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
331 typedef UINT8 INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */

Completed in 117 milliseconds