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

  /external/bluetooth/bluedroid/stack/include/
bt_types.h 247 #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
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/
bt_types.h 231 #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
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 181 milliseconds