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