Lines Matching refs:bt_shell_print
66 bt_shell_print("Sending current faults"); in fault_get_cur()
80 bt_shell_print("Faults requested for unknown Company ID 0x%04x", cid); in fault_get_reg()
84 bt_shell_print("Sending registered faults"); in fault_get_reg()
120 bt_shell_print("Attention On"); in attention_on()
125 bt_shell_print("Attention Off"); in attention_off()
162 bt_shell_print("Health Test ID 0x%02x Company ID 0x%04x: no faults", in show_faults()
167 bt_shell_print("Health Test ID 0x%02x Company ID 0x%04x Fault Count %zu:", in show_faults()
171 bt_shell_print("\t0x%02x", faults[i]); in show_faults()
179 bt_shell_print("Health Current Status from 0x%04x", addr); in health_current_status()
187 bt_shell_print("Health Fault Status from 0x%04x", addr); in health_fault_status()
194 bt_shell_print("Health Attention Status from 0x%04x: %u", addr, attention); in health_attention_status()
200 bt_shell_print("Health Fast Period Divisor Status from 0x%04x: %u", addr, period); in health_period_status()
303 bt_shell_print("Friendship (as LPN) established to " in lpn_established()
310 bt_shell_print("Friendship (as LPN) lost with Friend 0x%04x", friend_addr); in lpn_terminated()
452 bt_shell_print("Local node provisioned, net_idx 0x%04x address 0x%04x", net_idx, addr); in prov_complete()
460 bt_shell_print("Local node re-provisioned, new address 0x%04x", addr); in reprovisioned()
470 bt_shell_print("Node provisioned, net_idx 0x%04x address 0x%04x elements %d", in prov_node_added()
495 bt_shell_print("Provisionee capabilities:"); in capabilities()
496 bt_shell_print("\tStatic OOB is %ssupported", cap->oob_type & 1 ? "" : "not "); in capabilities()
498 bt_shell_print("\tAvailable output actions (%d bytes max):%s", cap->output_size, in capabilities()
502 bt_shell_print("\t\t%s", output_meth_string[i]); in capabilities()
506 bt_shell_print("\tAvailable input actions (%d bytes max):%s", cap->input_size, in capabilities()
510 bt_shell_print("\t\t%s", input_meth_string[i]); in capabilities()
518 bt_shell_print("Input complete"); in prov_input_complete()
523 bt_shell_print("The local node has been reset and needs reprovisioning"); in prov_reset()
530 bt_shell_print("OOB blink Number: %u", number); in output_number()
533 bt_shell_print("OOB beep Number: %u", number); in output_number()
536 bt_shell_print("OOB vibrate Number: %u", number); in output_number()
539 bt_shell_print("OOB display Number: %u", number); in output_number()
552 bt_shell_print("OOB String: %s", str); in output_string()
561 bt_shell_print("Enter a number (max %u digits) with: Input-num <num>", size); in input()
564 bt_shell_print("Enter a string (max %u chars) with: Input-str <str>", size); in input()
567 bt_shell_print("\"Twist\" a number (max %u digits) with: Input-num <num>", size); in input()
570 bt_shell_print("\"Push\" a number (max %u digits) with: Input-num <num>", size); in input()
582 bt_shell_print("Provisioning link opened on %s", bearer2str(bearer)); in link_open()
587 bt_shell_print("Provisioning link closed on %s", bearer2str(bearer)); in link_close()
652 bt_shell_print("Device UUID: %s", uuid_hex_str); in cmd_uuid()
677 bt_shell_print("PB-ADV UUID %s, OOB Info 0x%04x, URI Hash 0x%x", in print_unprovisioned_beacon()
690 bt_shell_print("PB-GATT UUID %s, OOB Info 0x%04x", uuid_hex_str, oob_info); in pb_gatt_unprovisioned()