Searched defs:bt_avdtp_sep (Results 1 – 2 of 2) sorted by relevance
124 struct bt_avdtp_sep { struct126 struct bt_avdtp_sep_info sep_info; argument130 void (*media_data_cb)(struct bt_avdtp_sep *sep, argument133 struct bt_avdtp *session;135 uint8_t state;137 sys_snode_t _node;
1068 static uint8_t bt_avdtp_sep = BT_AVDTP_MIN_SEID; in bt_avdtp_register_sep() local