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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 63 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];}
  /system/bt/stack/hcic/
hcicmds.c 49 LAP_TO_STREAM (pp, inq_lap);
85 LAP_TO_STREAM (pp, inq_lap);
1064 LAP_TO_STREAM (pp, iac_lap[i]);
    [all...]
  /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];}
  /system/bt/stack/include/
bt_types.h 246 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];}
    [all...]

Completed in 32 milliseconds