Lines Matching refs:shell_print
210 shell_print(ctx_shell, "endpoint id: %d, %s, %s:", ep_info->sep_info.id, in shell_a2dp_print_capabilities()
214 shell_print(ctx_shell, " codec type: SBC"); in shell_a2dp_print_capabilities()
221 shell_print(ctx_shell, " sample frequency:"); in shell_a2dp_print_capabilities()
223 shell_print(ctx_shell, " 16000 "); in shell_a2dp_print_capabilities()
226 shell_print(ctx_shell, " 32000 "); in shell_a2dp_print_capabilities()
229 shell_print(ctx_shell, " 44100 "); in shell_a2dp_print_capabilities()
232 shell_print(ctx_shell, " 48000"); in shell_a2dp_print_capabilities()
235 shell_print(ctx_shell, " channel mode:"); in shell_a2dp_print_capabilities()
237 shell_print(ctx_shell, " Mono "); in shell_a2dp_print_capabilities()
240 shell_print(ctx_shell, " Dual "); in shell_a2dp_print_capabilities()
243 shell_print(ctx_shell, " Stereo "); in shell_a2dp_print_capabilities()
246 shell_print(ctx_shell, " Joint-Stereo"); in shell_a2dp_print_capabilities()
250 shell_print(ctx_shell, " Block Length:"); in shell_a2dp_print_capabilities()
252 shell_print(ctx_shell, " 4 "); in shell_a2dp_print_capabilities()
255 shell_print(ctx_shell, " 8 "); in shell_a2dp_print_capabilities()
258 shell_print(ctx_shell, " 12 "); in shell_a2dp_print_capabilities()
261 shell_print(ctx_shell, " 16"); in shell_a2dp_print_capabilities()
265 shell_print(ctx_shell, " Subbands:"); in shell_a2dp_print_capabilities()
267 shell_print(ctx_shell, " 4 "); in shell_a2dp_print_capabilities()
270 shell_print(ctx_shell, " 8"); in shell_a2dp_print_capabilities()
274 shell_print(ctx_shell, " Allocation Method:"); in shell_a2dp_print_capabilities()
276 shell_print(ctx_shell, " SNR "); in shell_a2dp_print_capabilities()
279 shell_print(ctx_shell, " Loudness"); in shell_a2dp_print_capabilities()
282 shell_print(ctx_shell, " Bitpool Range: %d - %d", in shell_a2dp_print_capabilities()
285 shell_print(ctx_shell, " not SBC codecs"); in shell_a2dp_print_capabilities()
293 shell_print(ctx_shell, "a2dp connected"); in app_connected()
295 shell_print(ctx_shell, "a2dp connecting fail"); in app_connected()
302 shell_print(ctx_shell, "a2dp disconnected"); in app_disconnected()
315 shell_print(ctx_shell, "receive requesting config and accept"); in app_config_req()
318 shell_print(ctx_shell, "sample rate %dHz", sample_rate); in app_config_req()
329 shell_print(ctx_shell, "receive requesting reconfig and accept"); in app_reconfig_req()
332 shell_print(ctx_shell, "sample rate %dHz", sample_rate); in app_reconfig_req()
340 shell_print(ctx_shell, "success to configure"); in app_config_rsp()
342 shell_print(ctx_shell, "fail to configure"); in app_config_rsp()
349 shell_print(ctx_shell, "receive requesting establishment and accept"); in app_establish_req()
356 shell_print(ctx_shell, "success to establish"); in app_establish_rsp()
358 shell_print(ctx_shell, "fail to establish"); in app_establish_rsp()
365 shell_print(ctx_shell, "receive requesting release and accept"); in app_release_req()
372 shell_print(ctx_shell, "success to release"); in app_release_rsp()
374 shell_print(ctx_shell, "fail to release"); in app_release_rsp()
381 shell_print(ctx_shell, "receive requesting start and accept"); in app_start_req()
388 shell_print(ctx_shell, "success to start"); in app_start_rsp()
390 shell_print(ctx_shell, "fail to start"); in app_start_rsp()
397 shell_print(ctx_shell, "receive requesting suspend and accept"); in app_suspend_req()
404 shell_print(ctx_shell, "success to suspend"); in app_suspend_rsp()
406 shell_print(ctx_shell, "fail to suspend"); in app_suspend_rsp()
412 shell_print(ctx_shell, "stream configured"); in stream_configured()
417 shell_print(ctx_shell, "stream established"); in stream_established()
422 shell_print(ctx_shell, "stream released"); in stream_released()
427 shell_print(ctx_shell, "stream started"); in stream_started()
432 shell_print(ctx_shell, "stream suspended"); in stream_suspended()
437 shell_print(ctx_shell, "stream aborted"); in stream_aborted()
449 shell_print(ctx_shell, "received, num of frames: %d, data length:%d", in sink_sbc_streamer_data()
451 shell_print(ctx_shell, "data: %d, %d, %d, %d, %d, %d ......", buf->data[0], in sink_sbc_streamer_data()
486 shell_print(sh, "success"); in cmd_register_cb()
488 shell_print(sh, "fail"); in cmd_register_cb()
491 shell_print(sh, "already registered"); in cmd_register_cb()
504 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_register_ep()
519 shell_print(sh, "SBC sink endpoint is registered"); in cmd_register_ep()
530 shell_print(sh, "SBC source endpoint is registered"); in cmd_register_ep()
543 shell_print(sh, "fail to register endpoint"); in cmd_register_ep()
552 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_connect()
571 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_disconnect()
587 shell_print(ctx_shell, "configure fail"); in app_configured()
612 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_configure()
644 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_reconfigure()
649 shell_print(sh, "fail"); in cmd_reconfigure()
658 shell_print(ctx_shell, "find one endpoint"); in bt_a2dp_discover_peer_endpoint_cb()
680 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_get_peer_eps()
699 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_establish()
704 shell_print(sh, "fail"); in cmd_establish()
712 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_release()
717 shell_print(sh, "fail"); in cmd_release()
725 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_start()
730 shell_print(sh, "fail"); in cmd_start()
738 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_suspend()
743 shell_print(sh, "fail"); in cmd_suspend()
751 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_abort()
756 shell_print(sh, "fail"); in cmd_abort()
768 shell_print(sh, "need to register a2dp connection callbacks"); in cmd_send_media()
778 shell_print(sh, "num of frames: %d, data length: %d", 1U, sizeof(media_data)); in cmd_send_media()
779 shell_print(sh, "data: %d, %d, %d, %d, %d, %d ......", media_data[0], in cmd_send_media()