Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c981 DEVCLASS_TO_STREAM (pp, filt_cond); in btsnd_hcic_set_event_filter()
983 DEVCLASS_TO_STREAM (pp, filt_cond); in btsnd_hcic_set_event_filter()
1239 DEVCLASS_TO_STREAM (pp, dev_class); in btsnd_hcic_write_dev_class()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h242 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++… macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1787 DEVCLASS_TO_STREAM(p, btm_cb.devcb.dev_class); in BTM_BuildOobData()