Lines Matching refs:bt_shell_print

211 	bt_shell_print("endpoint id: %d, %s, %s:", ep_info->sep_info->id,  in shell_a2dp_print_capabilities()
215 bt_shell_print(" codec type: SBC"); in shell_a2dp_print_capabilities()
222 bt_shell_print(" sample frequency:"); in shell_a2dp_print_capabilities()
224 bt_shell_print(" 16000 "); in shell_a2dp_print_capabilities()
227 bt_shell_print(" 32000 "); in shell_a2dp_print_capabilities()
230 bt_shell_print(" 44100 "); in shell_a2dp_print_capabilities()
233 bt_shell_print(" 48000"); in shell_a2dp_print_capabilities()
236 bt_shell_print(" channel mode:"); in shell_a2dp_print_capabilities()
238 bt_shell_print(" Mono "); in shell_a2dp_print_capabilities()
241 bt_shell_print(" Dual "); in shell_a2dp_print_capabilities()
244 bt_shell_print(" Stereo "); in shell_a2dp_print_capabilities()
247 bt_shell_print(" Joint-Stereo"); in shell_a2dp_print_capabilities()
251 bt_shell_print(" Block Length:"); in shell_a2dp_print_capabilities()
253 bt_shell_print(" 4 "); in shell_a2dp_print_capabilities()
256 bt_shell_print(" 8 "); in shell_a2dp_print_capabilities()
259 bt_shell_print(" 12 "); in shell_a2dp_print_capabilities()
262 bt_shell_print(" 16"); in shell_a2dp_print_capabilities()
266 bt_shell_print(" Subbands:"); in shell_a2dp_print_capabilities()
268 bt_shell_print(" 4 "); in shell_a2dp_print_capabilities()
271 bt_shell_print(" 8"); in shell_a2dp_print_capabilities()
275 bt_shell_print(" Allocation Method:"); in shell_a2dp_print_capabilities()
277 bt_shell_print(" SNR "); in shell_a2dp_print_capabilities()
280 bt_shell_print(" Loudness"); in shell_a2dp_print_capabilities()
283 bt_shell_print(" Bitpool Range: %d - %d", in shell_a2dp_print_capabilities()
286 bt_shell_print(" not SBC codecs"); in shell_a2dp_print_capabilities()
294 bt_shell_print("a2dp connected"); in app_connected()
296 bt_shell_print("a2dp connecting fail"); in app_connected()
303 bt_shell_print("a2dp disconnected"); in app_disconnected()
316 bt_shell_print("receive requesting config and accept"); in app_config_req()
319 bt_shell_print("sample rate %dHz", sample_rate); in app_config_req()
330 bt_shell_print("receive requesting reconfig and accept"); in app_reconfig_req()
333 bt_shell_print("sample rate %dHz", sample_rate); in app_reconfig_req()
341 bt_shell_print("success to configure"); in app_config_rsp()
343 bt_shell_print("fail to configure"); in app_config_rsp()
350 bt_shell_print("receive requesting establishment and accept"); in app_establish_req()
357 bt_shell_print("success to establish"); in app_establish_rsp()
359 bt_shell_print("fail to establish"); in app_establish_rsp()
366 bt_shell_print("receive requesting release and accept"); in app_release_req()
373 bt_shell_print("success to release"); in app_release_rsp()
375 bt_shell_print("fail to release"); in app_release_rsp()
382 bt_shell_print("receive requesting start and accept"); in app_start_req()
389 bt_shell_print("success to start"); in app_start_rsp()
391 bt_shell_print("fail to start"); in app_start_rsp()
398 bt_shell_print("receive requesting suspend and accept"); in app_suspend_req()
405 bt_shell_print("success to suspend"); in app_suspend_rsp()
407 bt_shell_print("fail to suspend"); in app_suspend_rsp()
413 bt_shell_print("stream configured"); in stream_configured()
418 bt_shell_print("stream established"); in stream_established()
423 bt_shell_print("stream released"); in stream_released()
428 bt_shell_print("stream started"); in stream_started()
433 bt_shell_print("stream suspended"); in stream_suspended()
438 bt_shell_print("stream aborted"); in stream_aborted()
450 bt_shell_print("received, num of frames: %d, data length:%d", in sink_sbc_streamer_data()
452 bt_shell_print("data: %d, %d, %d, %d, %d, %d ......", buf->data[0], in sink_sbc_streamer_data()
588 bt_shell_print("configure fail"); in app_configured()
659 bt_shell_print("find one endpoint"); in bt_a2dp_discover_peer_endpoint_cb()