Home
last modified time | relevance | path

Searched refs:sep_type (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h238 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep);
Da2dp.c966 int bt_a2dp_register_ep(struct bt_a2dp_ep *ep, uint8_t media_type, uint8_t sep_type) in bt_a2dp_register_ep() argument
973 if (sep_type == BT_AVDTP_SINK) { in bt_a2dp_register_ep()
981 err = bt_avdtp_register_sep(media_type, sep_type, &(ep->sep)); in bt_a2dp_register_ep()
Davdtp.c1254 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep) in bt_avdtp_register_sep() argument
1273 sep->sep_info.tsep = sep_type; in bt_avdtp_register_sep()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h607 int bt_a2dp_register_ep(struct bt_a2dp_ep *ep, uint8_t media_type, uint8_t sep_type);