Searched refs:LAP_TO_STREAM (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h63 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];} macro
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h254 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];} macro
/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];} macro
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c59 LAP_TO_STREAM (pp, inq_lap);
105 LAP_TO_STREAM (pp, inq_lap);
2161 LAP_TO_STREAM (pp, iac_lap[i]);

Completed in 1100 milliseconds