Searched refs:bt_bap_unicast_client_ep_create_pdu (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | bap_unicast_client_internal.h | 38 struct net_buf_simple *bt_bap_unicast_client_ep_create_pdu(struct bt_conn *conn, uint8_t op);
|
| D | bap_unicast_client.c | 172 buf = bt_bap_unicast_client_ep_create_pdu(ep->stream->conn, BT_ASCS_START_OP); in unicast_client_send_start() 1890 struct net_buf_simple *bt_bap_unicast_client_ep_create_pdu(struct bt_conn *conn, uint8_t op) in bt_bap_unicast_client_ep_create_pdu() function 3155 buf = bt_bap_unicast_client_ep_create_pdu(stream->conn, BT_ASCS_CONFIG_OP); in bt_bap_unicast_client_config() 3252 buf = bt_bap_unicast_client_ep_create_pdu(conn, BT_ASCS_QOS_OP); in bt_bap_unicast_client_qos() 3314 buf = bt_bap_unicast_client_ep_create_pdu(stream->conn, BT_ASCS_ENABLE_OP); in bt_bap_unicast_client_enable() 3347 buf = bt_bap_unicast_client_ep_create_pdu(stream->conn, BT_ASCS_METADATA_OP); in bt_bap_unicast_client_metadata() 3463 buf = bt_bap_unicast_client_ep_create_pdu(stream->conn, BT_ASCS_DISABLE_OP); in bt_bap_unicast_client_disable() 3517 buf = bt_bap_unicast_client_ep_create_pdu(stream->conn, BT_ASCS_STOP_OP); in bt_bap_unicast_client_stop() 3569 buf = bt_bap_unicast_client_ep_create_pdu(stream->conn, BT_ASCS_RELEASE_OP); in bt_bap_unicast_client_release()
|