Searched refs:sep_type (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp_internal.h | 238 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep);
|
D | a2dp.c | 966 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()
|
D | avdtp.c | 1254 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/ |
D | a2dp.h | 607 int bt_a2dp_register_ep(struct bt_a2dp_ep *ep, uint8_t media_type, uint8_t sep_type);
|