Lines Matching full:bass

3  * @brief Shell APIs for Bluetooth BASS client
96 shell_error(ctx_shell, "BASS discover failed (%d)", err); in bap_broadcast_assistant_discover_cb()
98 shell_print(ctx_shell, "BASS discover done with %u recv states", in bap_broadcast_assistant_discover_cb()
138 shell_error(ctx_shell, "BASS recv state read failed (%d)", err); in bap_broadcast_assistant_recv_state_cb()
147 "BASS recv state: src_id %u, addr %s, sid %u, broadcast_id 0x%06X, sync_state " in bap_broadcast_assistant_recv_state_cb()
240 shell_print(ctx_shell, "BASS recv state %u removed", src_id); in bap_broadcast_assistant_recv_state_removed_cb()
246 shell_error(ctx_shell, "BASS scan start failed (%d)", err); in bap_broadcast_assistant_scan_start_cb()
248 shell_print(ctx_shell, "BASS scan start successful"); in bap_broadcast_assistant_scan_start_cb()
255 shell_error(ctx_shell, "BASS scan stop failed (%d)", err); in bap_broadcast_assistant_scan_stop_cb()
257 shell_print(ctx_shell, "BASS scan stop successful"); in bap_broadcast_assistant_scan_stop_cb()
264 shell_error(ctx_shell, "BASS add source failed (%d)", err); in bap_broadcast_assistant_add_src_cb()
266 shell_print(ctx_shell, "BASS add source successful"); in bap_broadcast_assistant_add_src_cb()
273 shell_error(ctx_shell, "BASS modify source failed (%d)", err); in bap_broadcast_assistant_mod_src_cb()
275 shell_print(ctx_shell, "BASS modify source successful"); in bap_broadcast_assistant_mod_src_cb()
283 shell_error(ctx_shell, "BASS broadcast code failed (%d)", err); in bap_broadcast_assistant_broadcast_code_cb()
285 shell_print(ctx_shell, "BASS broadcast code successful"); in bap_broadcast_assistant_broadcast_code_cb()
292 shell_error(ctx_shell, "BASS remove source failed (%d)", err); in bap_broadcast_assistant_rem_src_cb()
294 shell_print(ctx_shell, "BASS remove source successful"); in bap_broadcast_assistant_rem_src_cb()
1153 SHELL_CMD_ARG(discover, NULL, "Discover BASS on the server",