Lines Matching refs:ctx_shell

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()
217 shell_error(ctx_shell, " wrong sbc codec ie"); 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()
587 shell_print(ctx_shell, "configure fail"); in app_configured()
658 shell_print(ctx_shell, "find one endpoint"); in bt_a2dp_discover_peer_endpoint_cb()