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];}
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 254 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++ = (UINT8) a[LAP_LEN - 1 - ijk];}
  /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];}
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 59 LAP_TO_STREAM (pp, inq_lap);
105 LAP_TO_STREAM (pp, inq_lap);
    [all...]

Completed in 90 milliseconds