Home
last modified time | relevance | path

Searched refs:DEVCLASS_TO_STREAM (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/hcic/
Dhcicmds.c938 DEVCLASS_TO_STREAM (pp, filt_cond); in btsnd_hcic_set_event_filter()
940 DEVCLASS_TO_STREAM (pp, filt_cond); in btsnd_hcic_set_event_filter()
1188 DEVCLASS_TO_STREAM (pp, dev_class); in btsnd_hcic_write_dev_class()
/system/bt/stack/include/
Dbt_types.h251 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++… macro
/system/bt/stack/btm/
Dbtm_sec.c1809 DEVCLASS_TO_STREAM(p, btm_cb.devcb.dev_class); in BTM_BuildOobData()