HomeSort by relevance Sort by last modified time
    Searched refs:DEV_CLASS_LEN (Results 1 - 12 of 12) 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++;}
  /system/bt/stack/btm/
btm_dev.c 105 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN);
280 memcpy (old_cod, p_dev_rec->dev_class, DEV_CLASS_LEN);
288 memcpy (p_dev_rec->dev_class, old_cod, DEV_CLASS_LEN);
299 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN);
317 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN);
btm_devctl.c 564 if(!memcmp (btm_cb.devcb.dev_class, dev_class, DEV_CLASS_LEN))
567 memcpy (btm_cb.devcb.dev_class, dev_class, DEV_CLASS_LEN);
    [all...]
btm_inq.c     [all...]
btm_sec.c     [all...]
btm_acl.c 262 memcpy (p->remote_dc, dc, DEV_CLASS_LEN);
    [all...]
btm_sco.c 850 memcpy(evt_data.dev_class, dev_class, DEV_CLASS_LEN);
    [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 */
  /system/bt/stack/include/
bt_types.h 251 #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];}
263 #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++;}
336 #define DEV_CLASS_LEN 3
337 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
    [all...]
  /system/bt/stack/hcic/
hcicmds.c 939 filt_cond += DEV_CLASS_LEN;
941 filt_cond += DEV_CLASS_LEN;
943 filt_cond_len -= (2 * DEV_CLASS_LEN);
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 537 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN);
    [all...]
bta_dm_act.c     [all...]

Completed in 935 milliseconds