Home
last modified time | relevance | path

Searched refs:DEV_CLASS_LEN (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_dev.c103 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN); in BTM_SecAddDevice()
271 memcpy (old_cod, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_sec_alloc_dev()
279 memcpy (p_dev_rec->dev_class, old_cod, DEV_CLASS_LEN); in btm_sec_alloc_dev()
289 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN); in btm_sec_alloc_dev()
316 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN); in btm_sec_alloc_dev()
Dbtm_inq.c1845 UINT8 condition_length = DEV_CLASS_LEN * 2; in btm_set_inq_event_filter()
1846 UINT8 condition_buf[DEV_CLASS_LEN * 2]; in btm_set_inq_event_filter()
1862 memcpy (condition_buf, p_filt_cond->cod_cond.dev_class, DEV_CLASS_LEN); in btm_set_inq_event_filter()
1863 memcpy (&condition_buf[DEV_CLASS_LEN], in btm_set_inq_event_filter()
1864 p_filt_cond->cod_cond.dev_class_mask, DEV_CLASS_LEN); in btm_set_inq_event_filter()
Dbtm_sec.c2743 memcpy (btm_cb.connecting_dc, dc, DEV_CLASS_LEN); in btm_sec_conn_req()
3454 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN); in btm_io_capabilities_req()
3544 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN); in btm_io_capabilities_rsp()
3592 memcpy (evt_data.cfm_req.dev_class, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_proc_sp_req_evt()
3793 memcpy (evt_data.dev_class, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_simple_pair_complete()
3839 memcpy (evt_data.dev_class, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_rem_oob_req()
4251 memcpy (btm_cb.connecting_dc, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_sec_create_conn()
5136 memcpy (p_dev_rec->dev_class, p_cb->connecting_dc, DEV_CLASS_LEN); in btm_sec_pin_code_request()
5182 memcpy (p_cb->connecting_dc, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_sec_pin_code_request()
Dbtm_devctl.c1817 if(!memcmp (btm_cb.devcb.dev_class, dev_class, DEV_CLASS_LEN)) in BTM_SetDeviceClass()
1820 memcpy (btm_cb.devcb.dev_class, dev_class, DEV_CLASS_LEN); in BTM_SetDeviceClass()
Dbtm_acl.c274 memcpy (p->remote_dc, dc, DEV_CLASS_LEN); in btm_acl_created()
3379 memcpy (btm_cb.connecting_dc, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_acl_resubmit_page()
3455 memcpy (btm_cb.connecting_dc, p_dev_rec->dev_class, DEV_CLASS_LEN); in btm_acl_paging()
Dbtm_sco.c845 memcpy(evt_data.dev_class, dev_class, DEV_CLASS_LEN); in btm_sco_conn_req()
/external/libnfc-nci/src/hal/include/
Dnfc_types.h64 …REAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLAS…
76 …ister int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS…
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h255 …REAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLAS…
267 …ister int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS…
334 #define DEV_CLASS_LEN 3 macro
335 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
Dhcimsgs.h63 …8 *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++; \
/external/libnfc-nci/src/include/
Dbt_types.h232 …REAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLAS…
244 …ister int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS…
311 #define DEV_CLASS_LEN 3 macro
312 typedef UINT8 DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c743 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN); in BTA_DmAddDevice()
824 memcpy (p_msg->dc, dev_class, DEV_CLASS_LEN); in BTA_DmAddDevWithName()
Dbta_dm_act.c2583 memcpy(result.inq_res.dev_class, p_inq->dev_class, DEV_CLASS_LEN); in bta_dm_inq_results_cb()
2764 memcpy(sec_event.authorize.dev_class, dev_class, DEV_CLASS_LEN); in bta_dm_authorize_cback()
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c1165 filt_cond += DEV_CLASS_LEN; in btsnd_hcic_set_event_filter()
1167 filt_cond += DEV_CLASS_LEN; in btsnd_hcic_set_event_filter()
1169 filt_cond_len -= (2 * DEV_CLASS_LEN); in btsnd_hcic_set_event_filter()