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/ |
D | cap_initiator.c | 266 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/ |
D | cap_initiator_unicast.c | 297 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/ |
D | main.c | 557 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/ |
D | bap_unicast_client_test.c | 596 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()
|
D | gmap_ugg_test.c | 580 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()
|
D | cap_initiator_unicast_test.c | 474 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/ |
D | bap.h | 1413 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/ |
D | btp_bap_unicast.c | 887 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/ |
D | bap.c | 991 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/ |
D | bluetooth-le-audio-arch.rst | 27 (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/ |
D | bap_unicast_client.c | 4048 int bt_bap_unicast_client_discover(struct bt_conn *conn, enum bt_audio_dir dir) in bt_bap_unicast_client_discover() function
|