Lines Matching refs:bt_bap_ep
54 static struct bt_bap_ep broadcast_sink_eps[CONFIG_BT_BAP_BROADCAST_SNK_COUNT]
210 static void broadcast_sink_set_ep_state(struct bt_bap_ep *ep, uint8_t state) in broadcast_sink_set_ep_state()
265 struct bt_bap_ep *ep = iso->rx.ep; in broadcast_sink_iso_recv()
330 struct bt_bap_ep *ep = iso->rx.ep; in broadcast_sink_iso_connected()
375 struct bt_bap_ep *ep = iso->rx.ep; in broadcast_sink_iso_disconnected()
1045 bool bt_bap_ep_is_broadcast_snk(const struct bt_bap_ep *ep) in bt_bap_ep_is_broadcast_snk()
1056 static void broadcast_sink_ep_init(struct bt_bap_ep *ep) in broadcast_sink_ep_init()
1065 static struct bt_bap_ep *broadcast_sink_new_ep(uint8_t index) in broadcast_sink_new_ep()
1068 struct bt_bap_ep *ep = &broadcast_sink_eps[index][i]; in broadcast_sink_new_ep()
1085 struct bt_bap_ep *ep; in bt_bap_broadcast_sink_setup_stream()
1347 struct bt_bap_ep *ep = streams[i]->ep; in bt_bap_broadcast_sink_sync()