Searched refs:rem_src (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | bap_internal.h | 96 struct bt_bap_bass_cp_rem_src rem_src; member
|
D | bap_broadcast_assistant.c | 785 if (listener->rem_src != NULL) { in bap_broadcast_assistant_write_cp_cb() 786 listener->rem_src(conn, err); in bap_broadcast_assistant_write_cp_cb()
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/ |
D | bap_scan_delegator.rst | 36 rem_src : Remove source <src_id>
|
D | bap_broadcast_assistant.rst | 47 rem_src : Remove a source <src_id>
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap_broadcast_assistant.c | 310 .rem_src = bap_broadcast_assistant_rem_src_cb, 1187 SHELL_CMD_ARG(rem_src, NULL, "Remove a source <src_id>",
|
D | bap_scan_delegator.c | 1019 SHELL_CMD_ARG(rem_src, NULL,
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_assistant_test.c | 265 .rem_src = bap_broadcast_assistant_rem_src_cb,
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 2242 void (*rem_src)(struct bt_conn *conn, int err); member
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 1314 .rem_src = bap_broadcast_assistant_rem_src_cb,
|