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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 76 #define STREAM_TO_DEVCLASS(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
  /external/libnfc-nci/src/include/
bt_types.h 244 #define STREAM_TO_DEVCLASS(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
  /system/bt/stack/btu/
btu_hcif.c 511 STREAM_TO_DEVCLASS (dc, p);
    [all...]
  /system/bt/stack/include/
bt_types.h 259 #define STREAM_TO_DEVCLASS(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
    [all...]
  /system/bt/stack/btm/
btm_inq.c     [all...]

Completed in 2733 milliseconds