Home
last modified time | relevance | path

Searched defs:bt_avdtp_sep (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Davdtp.h124 struct bt_avdtp_sep { struct
126 struct bt_avdtp_sep_info sep_info; argument
130 void (*media_data_cb)(struct bt_avdtp_sep *sep, argument
133 struct bt_avdtp *session;
135 uint8_t state;
137 sys_snode_t _node;
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c1068 static uint8_t bt_avdtp_sep = BT_AVDTP_MIN_SEID; in bt_avdtp_register_sep() local