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.h236 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep);
Da2dp.c994 int bt_a2dp_register_ep(struct bt_a2dp_ep *ep, uint8_t media_type, uint8_t sep_type) in bt_a2dp_register_ep() argument
1001 if (sep_type == BT_AVDTP_SINK) { in bt_a2dp_register_ep()
1010 err = bt_avdtp_register_sep(media_type, sep_type, &(ep->sep)); in bt_a2dp_register_ep()
Davdtp.c1338 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep) in bt_avdtp_register_sep() argument
1357 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);