Lines Matching refs:ep
316 static void add_remote_sink_ep(struct bt_conn *conn, struct bt_bap_ep *ep) in add_remote_sink_ep() argument
320 printk("Conn %p: Sink #%zu: ep %p\n", conn, i, ep); in add_remote_sink_ep()
321 sink_eps[bt_conn_index(conn)][i] = ep; in add_remote_sink_ep()
327 static void add_remote_source_ep(struct bt_conn *conn, struct bt_bap_ep *ep) in add_remote_source_ep() argument
331 printk("Conn %p: Source #%zu: ep %p\n", conn, i, ep); in add_remote_source_ep()
332 source_eps[bt_conn_index(conn)][i] = ep; in add_remote_source_ep()
346 static void bap_endpoint_cb(struct bt_conn *conn, enum bt_audio_dir dir, struct bt_bap_ep *ep) in bap_endpoint_cb() argument
349 add_remote_sink_ep(conn, ep); in bap_endpoint_cb()
351 add_remote_source_ep(conn, ep); in bap_endpoint_cb()
752 stream_param->ep = snk_eps[snk_stream_cnt]; in gmap_ac_cap_unicast_start()
778 stream_param->ep = src_eps[src_stream_cnt]; in gmap_ac_cap_unicast_start()