Lines Matching refs:printf
103 printf("UnicastAddr: 0x%02x\n", data->unicast_address); in mesh_provisioning_dump()
104 printf("DevKey: "); printf_hexdump(data->device_key, 16); in mesh_provisioning_dump()
105 printf("IV Index: 0x%08x\n", data->iv_index); in mesh_provisioning_dump()
106 printf("Flags: 0x%02x\n", data->flags); in mesh_provisioning_dump()
107 printf("NetKey: "); printf_hexdump(key->net_key, 16); in mesh_provisioning_dump()
108 printf("-- Derived from NetKey --\n"); in mesh_provisioning_dump()
109 printf("NID: 0x%02x\n", key->nid); in mesh_provisioning_dump()
110 printf("NetworkID: "); printf_hexdump(key->network_id, 8); in mesh_provisioning_dump()
111 printf("BeaconKey: "); printf_hexdump(key->beacon_key, 16); in mesh_provisioning_dump()
112 printf("EncryptionKey: "); printf_hexdump(key->encryption_key, 16); in mesh_provisioning_dump()
113 printf("PrivacyKey: "); printf_hexdump(key->privacy_key, 16); in mesh_provisioning_dump()
114 printf("IdentityKey: "); printf_hexdump(key->identity_key, 16); in mesh_provisioning_dump()
131 printf("Local addr: %s - ", bd_addr_to_str(addr)); in packet_handler()
133 printf("%02x", addr[i]); in packet_handler()
135 printf("\n"); in packet_handler()
167 printf("Provisioner link opened\n"); in mesh_provisioning_message_handler()
170 …printf("Provisioner link open failed, status 0x%02x\n", mesh_subevent_pb_transport_link_open_get_s… in mesh_provisioning_message_handler()
175 printf("Provisioner link close"); in mesh_provisioning_message_handler()
179 printf("Provisioner, select authentication method\n"); in mesh_provisioning_message_handler()
184 … printf("Attention Timer: %u\n", mesh_subevent_attention_timer_get_attention_time(packet)); in mesh_provisioning_message_handler()
187 printf("Enter passphrase: "); in mesh_provisioning_message_handler()
193 printf("Provisioning complete\n"); in mesh_provisioning_message_handler()
218 … printf("State update: model identifier 0x%08x, state identifier 0x%08x, reason %u, state %u\n", in mesh_state_update_message_handler()
225 printf("mesh_state_update_message_handler: event not parsed"); in mesh_state_update_message_handler()
244 printf("mesh_configuration_message_handler: event not parsed"); in mesh_configuration_message_handler()
256 printf("%02x", *data); in printf_hex()
260 printf("\n"); in printf_hex()
264 printf("\nMeshOptions.ini - into 'My Decoders' of Bluetooth Protocol Viewer\n"); in mesh_pts_dump_mesh_options()
266 printf("[mesh]\n"); in mesh_pts_dump_mesh_options()
268 printf("{IVindex}\n"); in mesh_pts_dump_mesh_options()
269 printf("%08x\n", mesh_get_iv_index()); in mesh_pts_dump_mesh_options()
273 printf("{NetKey}\n"); in mesh_pts_dump_mesh_options()
279 printf("{AppKey}\n"); in mesh_pts_dump_mesh_options()
285 printf("{DevKey}\n"); in mesh_pts_dump_mesh_options()
288 printf("\n"); in mesh_pts_dump_mesh_options()
300 printf("received unprovisioned device beacon, oob data %x, device uuid: ", oob); in mesh_unprovisioned_beacon_handler()
336 printf("%02x", data[i]); in btstack_print_hex()
338 printf("%c", separator); in btstack_print_hex()
341 printf("\n"); in btstack_print_hex()
347 printf("Send Network message dst %04x, ttl %u\n", dst_addr, ttl); in send_pts_network_messsage()
367 printf("Send Unsegmented Access message dst %04x, ttl %u\n", dst_addr, ttl); in send_pts_unsegmented_access_messsage()
391 printf("Send Segmented Access message dst %04x, ttl %u\n", dst_addr, ttl); in send_pts_segmented_access_messsage_unicast()
417 printf("\n--- Bluetooth Mesh Console at %s ---\n", bd_addr_to_str(iut_address)); in show_usage()
418 printf("Destination: %04x\n", test_destination); in show_usage()
419 printf("\n"); in show_usage()
420 printf("0 - Destination: Unicast\n"); in show_usage()
421 printf("1 - Destination: Virtual 9779\n"); in show_usage()
422 printf("2 - Destination: Group D000\n"); in show_usage()
423 printf("3 - Destination: All Proxies FFFC\n"); in show_usage()
424 printf("4 - Destination: All Friends FFFD\n"); in show_usage()
425 printf("5 - Destination: All Relays FFFE\n"); in show_usage()
426 printf("6 - Destination: Nodes FFFF\n"); in show_usage()
428 printf("7 - Send Network Message\n"); in show_usage()
429 printf("8 - Send Unsegmented Access Message\n"); in show_usage()
430 printf("9 - Send Segmented Access Message\n"); in show_usage()
432 printf("? - Clear Replay Protection List\n"); in show_usage()
433 printf("? - Load PTS App key\n"); in show_usage()
434 printf("R - Delete provisioning data\n"); in show_usage()
435 printf("p - Enable Public Key OOB \n"); in show_usage()
436 printf("o - Enable Output OOB \n"); in show_usage()
437 printf("i - Input Output OOB \n"); in show_usage()
438 printf("s - Static Output OOB \n"); in show_usage()
439 printf("b - Set Secure Network Beacon %s\n", mesh_foundation_beacon_get() ? "Off" : "On"); in show_usage()
441 printf("n - Start Advertising with Node Identity\n"); in show_usage()
442 printf("N - Stop Advertising with Node Identity\n"); in show_usage()
444 printf("g - Generic ON/OFF Server Toggle Value\n"); in show_usage()
445 printf("f - Register Battery Low warning\n"); in show_usage()
446 printf("\n"); in show_usage()
451 printf("%c", cmd); in stdin_process()
454 printf("\nSending Pin '%s'\n", ui_pin); in stdin_process()
513 printf("Mesh Node Reset!\n"); in stdin_process()
519 printf("+ Public Key OOB Enabled\n"); in stdin_process()
525 printf("+ Output OOB Enabled\n"); in stdin_process()
529 printf("+ Input OOB Enabled\n"); in stdin_process()
533 printf("+ Static OOB Enabled\n"); in stdin_process()
538 printf("Generic ON/OFF Server Toggle Value\n"); in stdin_process()
542 printf("Turn Secure Network Beacon %s\n", mesh_foundation_beacon_get() ? "Off" : "On"); in stdin_process()
548 printf("Start Advertising with Node ID\n"); in stdin_process()
552 printf("Stop Advertising with Node ID\n"); in stdin_process()
563 printf("Command: '%c' not implemented\n", cmd); in stdin_process()
580 printf("PTS: network pdu received. TTL %02x CTL %02x SRC %04x DST %04x\n", in pts_lower_transport_callback_handler()
583 printf("PTS: payload "); in pts_lower_transport_callback_handler()
699 printf("TSPX_iut_model_id 0x1000 (Generic OnOff Server)\n"); in btstack_main()
700 printf("TSPX_vendor_model_id 0x%08x\n", mesh_vendor_model.model_identifier); in btstack_main()