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

  /external/libnfc-nci/src/hal/include/
nfc_types.h 64 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];}
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/bluetooth/bluedroid/stack/btm/
btm_dev.c 100 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN);
249 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN);
276 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN);
btm_inq.c     [all...]
btm_sec.c     [all...]
btm_devctl.c     [all...]
btm_acl.c 202 memcpy (p->remote_dc, dc, DEV_CLASS_LEN);
    [all...]
btm_sco.c 838 memcpy(evt_data.dev_class, dev_class, DEV_CLASS_LEN);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 248 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];}
260 #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++;}
327 #define DEV_CLASS_LEN 3
328 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
hcimsgs.h 63 UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x + DEV_CLASS_LEN - 1; \
64 int ii; for (ii = 0; ii < DEV_CLASS_LEN; ii++) *rr-- = *qq++; \
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 232 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];}
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++;}
311 #define DEV_CLASS_LEN 3
312 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c 734 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
815 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
    [all...]
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 1165 filt_cond += DEV_CLASS_LEN;
1167 filt_cond += DEV_CLASS_LEN;
1169 filt_cond_len -= (2 * DEV_CLASS_LEN);
    [all...]

Completed in 270 milliseconds