/external/bluetooth/bluedroid/stack/btm/ |
btm_dev.c | 103 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN); 271 memcpy (old_cod, p_dev_rec->dev_class, DEV_CLASS_LEN); 279 memcpy (p_dev_rec->dev_class, old_cod, DEV_CLASS_LEN); 289 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN); 316 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN);
|
btm_sec.c | [all...] |
btm_inq.c | [all...] |
btm_devctl.c | [all...] |
btm_acl.c | 274 memcpy (p->remote_dc, dc, DEV_CLASS_LEN); [all...] |
btm_sco.c | 845 memcpy(evt_data.dev_class, dev_class, DEV_CLASS_LEN); [all...] |
/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/include/ |
bt_types.h | 255 #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];} 267 #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++;} 334 #define DEV_CLASS_LEN 3 335 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 | 743 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN); 824 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...] |