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()
313 shell_print(ctx_shell, "receive requesting config and accept"); in app_config_req()
317 shell_print(ctx_shell, "SBC configure success"); in app_config_req()
320 shell_print(ctx_shell, "sample rate %dHz", sample_rate); in app_config_req()
322 shell_print(ctx_shell, "configure err"); in app_config_req()
330 shell_print(ctx_shell, "success to configure"); in app_config_rsp()
332 shell_print(ctx_shell, "fail to configure"); in app_config_rsp()
339 shell_print(ctx_shell, "receive requesting establishment and accept"); in app_establish_req()
346 shell_print(ctx_shell, "success to establish"); in app_establish_rsp()
348 shell_print(ctx_shell, "fail to establish"); in app_establish_rsp()
355 shell_print(ctx_shell, "receive requesting start and accept"); in app_start_req()
362 shell_print(ctx_shell, "success to start"); in app_start_rsp()
364 shell_print(ctx_shell, "fail to start"); in app_start_rsp()
370 shell_print(ctx_shell, "stream configured"); in stream_configured()
375 shell_print(ctx_shell, "stream established"); in stream_established()
380 shell_print(ctx_shell, "stream released"); in stream_released()
385 shell_print(ctx_shell, "stream started"); in stream_started()
394 shell_print(ctx_shell, "received, num of frames: %d, data length:%d", in sink_sbc_streamer_data()
396 shell_print(ctx_shell, "data: %d, %d, %d, %d, %d, %d ......", buf->data[0], in sink_sbc_streamer_data()
533 shell_print(ctx_shell, "configure fail"); in app_configured()
591 shell_print(ctx_shell, "find one endpoint"); in bt_a2dp_discover_peer_endpoint_cb()