/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | settings.c | 247 BT_INFO("Restored Primary Address 0x%04x", net.primary_addr); in net_set() 248 BT_INFO("Restored DevKey %s", bt_hex(bt_mesh.dev_key, 16)); in net_set() 277 BT_INFO("Restored IV Index 0x%08x (IV Update Flag %u) duration %u hours", in iv_set() 314 BT_INFO("Restored Sequence Number 0x%06x", bt_mesh.seq); in seq_set() 400 BT_INFO("Restored RPL entry 0x%04x: seq 0x%06x, old_iv %u", src, rpl.seq, rpl.old_iv); in rpl_set() 472 BT_INFO("Restored NetKeyIndex 0x%03x", sub->net_idx); in net_key_set() 473 BT_INFO("Restored NetKey %s", bt_hex(sub->keys[0].net, 16)); in net_key_set() 540 BT_INFO("Restored AppKeyIndex 0x%03x, NetKeyIndex 0x%03x", in app_key_set() 542 BT_INFO("Restored AppKey %s", bt_hex(app->keys[0].val, 16)); in app_key_set() 590 BT_INFO("Restored Heartbeat Publication, dst 0x%04x, period %d, net_idx 0x%03x", in hb_pub_set() [all …]
|
D | local_operation.c | 61 BT_INFO("Group address 0x%04x already exists", group_addr); in bt_mesh_model_subscribe_group_addr() 77 BT_INFO("Subscribe group address 0x%04x", group_addr); in bt_mesh_model_subscribe_group_addr() 119 BT_INFO("Unsubscribe group address 0x%04x", group_addr); in bt_mesh_model_unsubscribe_group_addr() 290 BT_INFO("Add AppKey 0x%04x, NetKeyIndex 0x%04x", app_idx, net_idx); in bt_mesh_node_local_app_key_add() 334 BT_INFO("Model(id 0x%04x, cid 0x%04x) bound to AppKey 0x%04x", mod_id, cid, app_idx); in bt_mesh_node_bind_app_key_to_model()
|
D | provisioner_main.c | 85 BT_INFO("Provisioner already created network"); in bt_mesh_provisioner_net_create() 150 BT_INFO("NetKeyIndex 0x%03x, NID 0x%02x", sub->net_idx, sub->keys[0].nid); in bt_mesh_provisioner_net_create() 151 BT_INFO("NetKey %s", bt_hex(sub->keys[0].net, 16)); in bt_mesh_provisioner_net_create() 325 BT_INFO("Unicast addr 0x%04x, element num %d, NetKeyIndex 0x%04x", in bt_mesh_provisioner_provision() 327 BT_INFO("UUID %s", bt_hex(uuid, 16)); in bt_mesh_provisioner_provision() 328 BT_INFO("DevKey %s", bt_hex(dev_key, 16)); in bt_mesh_provisioner_provision() 1049 BT_INFO("AppKey %s, net_idx 0x%03x, app_idx 0x%03x", bt_hex(app_key, 16), net_idx, app_idx); in bt_mesh_provisioner_local_app_key_update() 1313 BT_INFO("NetKey %s, net_idx 0x%03x", bt_hex(net_key, 16), net_idx); in bt_mesh_provisioner_local_net_key_update() 1440 BT_INFO("AppKey 0x%03x already bound to model", app_idx); in bt_mesh_provisioner_bind_local_model_app_idx() 1473 BT_INFO("************************************************"); in bt_mesh_print_local_composition_data() [all …]
|
D | settings_uid.c | 104 BT_INFO("Restored settings %d, uid %s", index, user_ids[index].id); in settings_uid_load() 253 BT_INFO("Open settings, index %d, uid %s", index, uid->id); in settings_open() 344 BT_INFO("Close settings, index %d, uid %s", index, uid->id); in settings_close() 418 BT_INFO("Delete settings, index %d, uid %s", index, uid->id); in settings_delete()
|
D | access.c | 113 BT_INFO("Publishing took %ums", elapsed); in next_period() 143 BT_INFO("Publishing next time in %dms", delay); in publish_sent() 243 BT_INFO("Publish period %u ms", period_ms); in mod_publish() 444 BT_INFO("Primary address 0x%04x, element count %u", addr, dev_comp->elem_count); in bt_mesh_comp_provision() 647 BT_INFO("recv, app_idx 0x%04x src 0x%04x dst 0x%04x", rx->ctx.app_idx, in bt_mesh_model_recv() 649 BT_INFO("recv, len %u: %s", buf->len, bt_hex(buf->data, buf->len)); in bt_mesh_model_recv() 770 BT_INFO("send, app_idx 0x%04x src 0x%04x dst 0x%04x", in model_send() 772 BT_INFO("send, len %u: %s", msg->len, bt_hex(msg->data, msg->len)); in model_send() 891 BT_INFO("Publish Retransmit Count %u Interval %ums", pub->count, in bt_mesh_model_publish()
|
D | test.c | 144 BT_INFO("%s, addr %s, addr_type 0x%02x", wl->add_remove ? "Add" : "Remove", in bt_mesh_test_update_white_list() 157 BT_INFO("Scan with filter policy %s", wl_en ? "enabled" : "disabled"); in bt_mesh_test_start_scanning()
|
D | prov.c | 803 BT_INFO("Algorithm: 0x%02x", data[0]); in prov_start() 804 BT_INFO("Public Key: 0x%02x", data[1]); in prov_start() 805 BT_INFO("Auth Method: 0x%02x", data[2]); in prov_start() 806 BT_INFO("Auth Action: 0x%02x", data[3]); in prov_start() 807 BT_INFO("Auth Size: 0x%02x", data[4]); in prov_start() 912 BT_INFO("%u", num); in bt_mesh_input_number() 935 BT_INFO("%s", str); in bt_mesh_input_string() 1362 BT_INFO("Ignoring bearer open: link already active"); in link_open() 1491 BT_INFO("Resending ack"); in gen_prov_cont() 1520 BT_INFO("Ignoring already received segment"); in gen_prov_cont() [all …]
|
D | provisioner_prov.c | 556 BT_INFO("Current PB-ADV links reach max limit"); 565 BT_INFO("Current PB-GATT links reach max limit"); 571 BT_INFO("Provisioned before, start to provision again"); 1154 BT_INFO("Primary address updated, old 0x%04x, new 0x%04x", prov_ctx.primary_addr, addr); 1707 BT_INFO("Elements: 0x%02x", element_num); 1715 BT_INFO("Algorithms: 0x%04x", algorithms); 1722 BT_INFO("Public Key Type: 0x%02x", pub_key_oob); 1731 BT_INFO("Static OOB Type: 0x%02x", static_oob); 1739 BT_INFO("Output OOB Size: 0x%02x", output_size); 1746 BT_INFO("Output OOB Action: 0x%04x", output_action); [all …]
|
D | main.c | 45 BT_INFO("Primary Element: 0x%04x", addr); in bt_mesh_provision() 46 BT_INFO("net_idx 0x%04x flags 0x%02x iv_index 0x%04x", in bt_mesh_provision() 48 BT_INFO("dev_key %s", bt_hex(dev_key, 16)); in bt_mesh_provision()
|
D | net.c | 537 BT_INFO("Phase 1 -> Phase 2"); in bt_mesh_kr_update() 562 BT_INFO("KR Phase 0x%02x -> Normal", sub->kr_phase); in bt_mesh_kr_update() 723 BT_INFO("IV Update state entered. New index 0x%08x", in bt_mesh_net_iv_update() 728 BT_INFO("Normal mode entered"); in bt_mesh_net_iv_update() 1088 BT_INFO("Ignoring non-unicast src addr 0x%04x", rx->ctx.addr); in net_decrypt() 1286 BT_INFO("Out of relay buffers"); in bt_mesh_net_relay() 1460 BT_INFO("Not found node address 0x%04x", src); in ignore_net_msg() 1505 BT_INFO("Proxy is disabled; ignoring message"); in bt_mesh_net_recv() 1542 BT_INFO("%s for %u hour%s", in ivu_refresh()
|
D | beacon.c | 130 BT_INFO("net_idx 0x%03x iv_index 0x%08x flags 0x%02x", in bt_mesh_beacon_create() 399 BT_INFO("net_idx 0x%03x iv_index 0x%08x current iv_index 0x%08x", in secure_beacon_recv()
|
D | transport.c | 330 BT_INFO("Complete tx sdu to group"); in schedule_retransmit() 390 BT_INFO("Attempts: %u", tx->attempts); in seg_tx_send_unacked() 1000 BT_INFO("src 0x%04x TTL %u InitTTL %u (%u hop%s) feat 0x%04x", in trans_heartbeat() 1306 BT_INFO("Not sending ack for non-unicast address"); in send_ack() 1589 BT_INFO("Got segment for already complete SDU"); 1689 BT_INFO("Received %u/%u", seg_o, seg_n); 1966 BT_INFO("InitTTL %u feat 0x%04x", cfg->hb_pub.ttl, feat);
|
D | proxy_client.c | 134 BT_INFO("filter_type 0x%02x, list_size %d", filter_type, list_size); in filter_status() 661 BT_INFO("BLE connections for mesh reach max limit"); in bt_mesh_proxy_client_gatt_adv_recv() 769 BT_INFO("%u bytes to dst 0x%04x", buf->len, dst); in bt_mesh_proxy_client_relay()
|
D | lpn.c | 531 BT_INFO("recv_win %u queue_size %u sub_list_size %u rssi %d counter %u", in bt_mesh_lpn_friend_offer() 998 BT_INFO("Friendship established with 0x%04x", lpn->frnd); in bt_mesh_lpn_friend_update() 1017 BT_INFO("flags 0x%02x iv_index 0x%08x md %u", msg->flags, iv_index, in bt_mesh_lpn_friend_update()
|
D | friend.c | 630 BT_INFO("Waiting RecvDelay of %d ms", recv_delay(frnd)); in friend_recv_delay() 753 BT_INFO("Friendship established with 0x%04x", frnd->lpn); in bt_mesh_friend_poll() 958 BT_INFO("ReceiveWindowFactor %u ReceiveWindow %u RSSIFactor %u RSSI %d", in offer_delay() 1051 BT_INFO("LPN 0x%04x rssi %d recv_delay %u poll_to %ums", in bt_mesh_friend_req()
|
D | proxy_server.c | 193 BT_INFO("Set filter type 0x%02x", type); in filter_set() 231 BT_INFO("Add filter addr 0x%04x", addr); in filter_add() 252 BT_INFO("Remove filter addr 0x%04x", addr); in filter_remove()
|
D | adv.c | 324 BT_INFO("Ignore relay packet"); in adv_thread() 542 BT_INFO("Full queue, remove the oldest relay packet"); in ble_mesh_relay_task_post()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_trace.h | 86 #define BT_INFO(fmt, args...) do {if ((BLE_MESH_LOG_LEVEL >= BLE_MESH_LOG_LEVEL_INFO) && BLE_MES… macro 91 #define BT_INFO(fmt, args...)
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | client_common.c | 205 BT_INFO("Original timeout %dms, calculated timeout %dms", timeout, time); in bt_mesh_client_calc_timeout() 220 BT_INFO("Client message 0x%08x with timeout %dms", opcode, time); in bt_mesh_client_calc_timeout()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 308 BT_INFO("Scan completed, number of scan response %d", p_data->inq_cmpl.num_resps); in bt_mesh_scan_result_callback() 385 BT_INFO("%u->%u", param->interval_min, interval); in bt_le_adv_start() 474 BT_INFO("Scan is already started"); in bt_le_scan_start() 505 BT_INFO("Scan is already stopped"); in bt_le_scan_stop()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 852 BT_INFO("%u->%u", param->interval_min, interval); in bt_le_adv_start() 978 BT_INFO("Scan is already started"); in bt_le_scan_start() 1004 BT_INFO("Scan is already stopped"); in bt_le_scan_stop()
|