Home
last modified time | relevance | path

Searched refs:bt_bap_unicast_client_discover (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/tmap_central/src/
Dcap_initiator.c266 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SINK); in discover_sinks()
285 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SOURCE); in discover_sources()
/Zephyr-Core-3.7.0/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c297 err = bt_bap_unicast_client_discover(peer.conn, BT_AUDIO_DIR_SINK); in discover_sinks()
321 err = bt_bap_unicast_client_discover(peer.conn, BT_AUDIO_DIR_SOURCE); in discover_sources()
/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_client/src/
Dmain.c557 err = bt_bap_unicast_client_discover(default_conn, BT_AUDIO_DIR_SINK); in discover_sinks()
578 err = bt_bap_unicast_client_discover(default_conn, BT_AUDIO_DIR_SOURCE); in discover_sources()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c596 err = bt_bap_unicast_client_discover(default_conn, BT_AUDIO_DIR_SINK); in discover_sinks()
618 err = bt_bap_unicast_client_discover(default_conn, BT_AUDIO_DIR_SOURCE); in discover_sources()
Dgmap_ugg_test.c580 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SINK); in discover_sink()
595 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SOURCE); in discover_source()
Dcap_initiator_unicast_test.c474 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SINK); in discover_sink()
496 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SOURCE); in discover_source()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dbap.h1413 int bt_bap_unicast_client_discover(struct bt_conn *conn, enum bt_audio_dir dir);
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c887 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SOURCE); in discover_cb()
940 err = bt_bap_unicast_client_discover(conn, BT_AUDIO_DIR_SINK); in btp_bap_discover()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap.c991 err = bt_bap_unicast_client_discover(default_conn, dir); in discover_all()
1130 err = bt_bap_unicast_client_discover(default_conn, dir); in cmd_discover()
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst27 (e.g. :c:func:`bt_bap_unicast_client_discover` and :c:func:`bt_vcp_vol_rend_set_vol`).
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_unicast_client.c4048 int bt_bap_unicast_client_discover(struct bt_conn *conn, enum bt_audio_dir dir) in bt_bap_unicast_client_discover() function