Lines Matching refs:shell_print
62 shell_print(sh, "Not connected"); in cmd_auth_pincode()
67 shell_print(sh, "PIN code value invalid - enter max %u " in cmd_auth_pincode()
72 shell_print(sh, "PIN code \"%s\" applied", argv[1]); in cmd_auth_pincode()
87 shell_print(sh, "Invalid peer address (err %d)", err); in cmd_connect()
93 shell_print(sh, "Connection failed"); in cmd_connect()
97 shell_print(sh, "Connection pending"); in cmd_connect()
149 shell_print(ctx_shell, "[DEVICE]: %s, RSSI %i %s", br_addr, rssi, name); in br_device_found()
159 shell_print(ctx_shell, "BR/EDR discovery complete"); in br_discovery_complete()
199 shell_print(sh, "Failed to start discovery"); in cmd_discovery()
203 shell_print(sh, "Discovery started"); in cmd_discovery()
206 shell_print(sh, "Failed to stop discovery"); in cmd_discovery()
210 shell_print(sh, "Discovery stopped"); in cmd_discovery()
221 shell_print(ctx_shell, "Incoming data channel %p len %u", chan, in l2cap_recv()
229 shell_print(ctx_shell, "Channel %p connected", chan); in l2cap_connected()
234 shell_print(ctx_shell, "Channel %p disconnected", chan); in l2cap_disconnected()
239 shell_print(ctx_shell, "Channel %p requires buffer", chan); in l2cap_alloc_buf()
260 shell_print(ctx_shell, "Incoming BR/EDR conn %p", conn); in l2cap_accept()
280 shell_print(sh, "Already registered"); in cmd_l2cap_register()
292 shell_print(sh, "L2CAP psm %u registered", br_server.psm); in cmd_l2cap_register()
315 shell_print(sh, "BR/EDR set/reset discoverable failed " in cmd_discoverable()
320 shell_print(sh, "BR/EDR set/reset discoverable done"); in cmd_discoverable()
343 shell_print(sh, "BR/EDR set/rest connectable failed " in cmd_connectable()
348 shell_print(sh, "BR/EDR set/reset connectable done"); in cmd_connectable()
361 shell_print(sh, "BR/EDR OOB data failed"); in cmd_oob()
367 shell_print(sh, "BR/EDR OOB data:"); in cmd_oob()
368 shell_print(sh, " addr %s", addr); in cmd_oob()
384 shell_print(ctx_shell, "SDP HFPAG data@%p (len %u) hint %u from" in sdp_hfp_ag_user()
400 shell_print(ctx_shell, "HFPAG Server CN param 0x%04x", param); in sdp_hfp_ag_user()
410 shell_print(ctx_shell, "HFP version param 0x%04x", version); in sdp_hfp_ag_user()
422 shell_print(ctx_shell, "HFPAG Supported Features param 0x%04x", in sdp_hfp_ag_user()
425 shell_print(ctx_shell, "No SDP HFPAG data from remote %s", in sdp_hfp_ag_user()
444 shell_print(ctx_shell, "SDP A2SRC data@%p (len %u) hint %u from" in sdp_a2src_user()
461 shell_print(ctx_shell, "A2SRC Server PSM Number param 0x%04x", in sdp_a2src_user()
476 shell_print(ctx_shell, "A2SRC version param 0x%04x", version); in sdp_a2src_user()
488 shell_print(ctx_shell, "A2SRC Supported Features param 0x%04x", in sdp_a2src_user()
491 shell_print(ctx_shell, "No SDP A2SRC data from remote %s", in sdp_a2src_user()
521 shell_print(sh, "Not connected"); in cmd_sdp_find_record()
536 shell_print(sh, "SDP UUID \'%s\' gets applied", action); in cmd_sdp_find_record()
544 shell_print(sh, "SDP discovery started"); in cmd_sdp_find_record()