Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhcicmds.c749 DEVCLASS_TO_STREAM (pp, filt_cond); in btsnd_hcic_set_event_filter()
751 DEVCLASS_TO_STREAM (pp, filt_cond); in btsnd_hcic_set_event_filter()
950 DEVCLASS_TO_STREAM (pp, dev_class); in btsnd_hcic_write_dev_class()
/system/bt/stack/include/
Dbt_types.h247 #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.c1801 DEVCLASS_TO_STREAM(p, btm_cb.devcb.dev_class); in BTM_BuildOobData()