Searched refs:bt_bap_unicast_client_ep_send (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client_internal.h | 43 int bt_bap_unicast_client_ep_send(struct bt_conn *conn, struct bt_bap_ep *ep,
|
D | bap_unicast_client.c | 189 err = bt_bap_unicast_client_ep_send(ep->stream->conn, ep, buf); in unicast_client_send_start() 2165 int bt_bap_unicast_client_ep_send(struct bt_conn *conn, struct bt_bap_ep *ep, in bt_bap_unicast_client_ep_send() function 3169 err = bt_bap_unicast_client_ep_send(stream->conn, ep, buf); in bt_bap_unicast_client_config() 3287 err = bt_bap_unicast_client_ep_send(conn, ep, buf); in bt_bap_unicast_client_qos() 3328 return bt_bap_unicast_client_ep_send(stream->conn, ep, buf); in bt_bap_unicast_client_enable() 3361 return bt_bap_unicast_client_ep_send(stream->conn, ep, buf); in bt_bap_unicast_client_metadata() 3477 return bt_bap_unicast_client_ep_send(stream->conn, ep, buf); in bt_bap_unicast_client_disable() 3536 err = bt_bap_unicast_client_ep_send(stream->conn, ep, buf); in bt_bap_unicast_client_stop() 3594 err = bt_bap_unicast_client_ep_send(stream->conn, ep, buf); in bt_bap_unicast_client_release()
|