/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_binding.c | 103 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_update_binding_state() 111 BT_ERR("Invalid Generic OnOff Server, model id 0x%04x", model->id); in bt_mesh_update_binding_state() 123 BT_ERR("Invalid Generic Level Server, model id 0x%04x", model->id); in bt_mesh_update_binding_state() 135 BT_ERR("Invalid Generic Power OnOff Server, model id 0x%04x", model->id); in bt_mesh_update_binding_state() 141 BT_ERR("Invalid Generic Power OnOff Server state"); in bt_mesh_update_binding_state() 151 BT_ERR("Invalid Generic Power Level Server, model id 0x%04x", model->id); in bt_mesh_update_binding_state() 157 BT_ERR("Invalid Generic Power Level Server state"); in bt_mesh_update_binding_state() 179 BT_ERR("Invalid Light Lightness Server, model id 0x%04x", model->id); in bt_mesh_update_binding_state() 185 BT_ERR("Invalid Light Lightness Server state"); in bt_mesh_update_binding_state() 205 BT_ERR("Invalid Light Lightness Server, model id 0x%04x", model->id); in bt_mesh_update_binding_state() [all …]
|
D | generic_server.c | 60 BT_ERR("%s, Invalid parameter", __func__); in send_gen_onoff_status() 67 BT_ERR("%s, Out of memory", __func__); in send_gen_onoff_status() 101 BT_ERR("%s, Invalid model user data", __func__); in gen_onoff_get() 119 BT_ERR("%s, Invalid model user data", __func__); in gen_onoff_publish() 137 BT_ERR("%s, Invalid model user data", __func__); in gen_onoff_set() 143 BT_ERR("Invalid OnOff value 0x%02x", onoff); in gen_onoff_set() 232 BT_ERR("%s, Invalid parameter", __func__); in send_gen_level_status() 239 BT_ERR("%s, Out of memory", __func__); in send_gen_level_status() 282 BT_ERR("%s, Invalid model user data", __func__); in gen_level_get() 300 BT_ERR("%s, Invalid model user data", __func__); in gen_level_publish() [all …]
|
D | server_common.c | 66 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_get_light_lc_trans_time() 71 BT_ERR("Invalid a Light LC Server 0x%04x", model->id); in bt_mesh_get_light_lc_trans_time() 77 BT_ERR("Invalid Light LC Server user data"); in bt_mesh_get_light_lc_trans_time() 123 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_server_get_optional() 128 BT_ERR("Invalid optional message length %d", buf->len); in bt_mesh_server_get_optional() 142 BT_ERR("Failed to get Light LC transition time"); in bt_mesh_server_get_optional() 156 BT_ERR("Invalid Transaction Number of Steps 0x3f"); in bt_mesh_server_get_optional() 229 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_server_get_pub_msg() 241 BT_ERR("Too small publication msg size %d, model id 0x%04x", in bt_mesh_server_get_pub_msg()
|
D | time_scene_server.c | 57 BT_ERR("%s, Invalid parameter", __func__); in send_time_status() 64 BT_ERR("%s, Out of memory", __func__); in send_time_status() 164 BT_ERR("%s, Invalid model user data", __func__); in time_get() 172 BT_ERR("Invalid Time Server state"); in time_get() 181 BT_ERR("Invalid Time Setup Server state"); in time_get() 188 BT_ERR("Invalid Time Server, model id 0x%04x", model->id); in time_get() 207 BT_ERR("Invalid Time Server state"); in time_get() 224 BT_ERR("Invalid Time Status length %d", buf->len + TAI_SECONDS_LEN); in time_get() 247 BT_ERR("Invalid Time Status length %d", buf->len + TAI_SECONDS_LEN); in time_get() 313 BT_ERR("%s, Invalid model user data", __func__); in time_set() [all …]
|
D | lighting_server.c | 60 BT_ERR("%s, Invalid parameter", __func__); in send_light_lightness_status() 67 BT_ERR("%s, Out of memory", __func__); in send_light_lightness_status() 151 BT_ERR("%s, Invalid model user data", __func__); in light_lightness_get() 190 BT_ERR("%s, Invalid model user data", __func__); in light_lightness_publish() 198 BT_ERR("Invalid Light Lightness Server state"); in light_lightness_publish() 206 BT_ERR("Invalid Light Lightness Setup Server state"); in light_lightness_publish() 212 BT_ERR("Invalid Light Lightness Server model 0x%04x", model->id); in light_lightness_publish() 231 BT_ERR("%s, Invalid model user data", __func__); in light_lightness_set() 343 BT_ERR("%s, Invalid model user data", __func__); in light_lightness_linear_set() 436 BT_ERR("%s, Invalid model user data", __func__); in light_lightness_default_set() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | local_operation.c | 26 BT_ERR("Invalid unicast address 0x%04x", elem_addr); in find_model() 32 BT_ERR("No element found, addr 0x%04x", elem_addr); in find_model() 51 BT_ERR("Subscribe, model not found, cid 0x%04x, mod_id 0x%04x", cid, mod_id); in bt_mesh_model_subscribe_group_addr() 56 BT_ERR("Subscribe, not a group address 0x%04x", group_addr); in bt_mesh_model_subscribe_group_addr() 82 BT_ERR("Subscribe, model sub is full!"); in bt_mesh_model_subscribe_group_addr() 94 BT_ERR("Unsubscribe, model not found, cid 0x%04x, mod_id 0x%04x", cid, mod_id); in bt_mesh_model_unsubscribe_group_addr() 99 BT_ERR("Unsubscribe, not a group address 0x%04x", group_addr); in bt_mesh_model_unsubscribe_group_addr() 130 BT_ERR("Invalid NetKeyIndex 0x%04x", net_idx); in bt_mesh_node_get_local_net_key() 136 BT_ERR("NetKey 0x%04x not exists", net_idx); in bt_mesh_node_get_local_net_key() 148 BT_ERR("Invalid AppKeyIndex 0x%04x", app_idx); in bt_mesh_node_get_local_app_key() [all …]
|
D | settings_uid.c | 53 BT_ERR("No settings handle found"); in get_core_settings_handle() 165 BT_ERR("Open nvs failed, name %s, err %d", name, err); in settings_direct_erase() 172 BT_ERR("Erase settings failed, index %d", index); in settings_direct_erase() 230 BT_ERR("Settings %d is open, close it first", i); in settings_open() 240 BT_ERR("Open nvs failed, name %s, err %d", uid->name, err); in settings_open() 258 BT_ERR("Save uid failed, name %s", name); in settings_open() 264 BT_ERR("Add uid failed, index %d", index); in settings_open() 275 BT_ERR("Load settings failed, name %s", uid->name); in settings_open() 281 BT_ERR("Commit settings failed, name %s", uid->name); in settings_open() 291 BT_ERR("Invalid settings index %d", index); in bt_mesh_provisioner_open_settings_with_index() [all …]
|
D | provisioner_main.c | 77 BT_ERR("No provisioning context provided"); in bt_mesh_provisioner_net_create() 92 BT_ERR("Failed to generate Primary NetKey"); in bt_mesh_provisioner_net_create() 98 BT_ERR("%s, Out of memory", __func__); in bt_mesh_provisioner_net_create() 105 BT_ERR("Failed to generate net-related keys"); in bt_mesh_provisioner_net_create() 113 BT_ERR("Failed to create net-related keys"); in bt_mesh_provisioner_net_create() 208 BT_ERR("Invalid composition data"); in bt_mesh_provisioner_check_is_addr_dup() 214 BT_ERR("Invalid unicast address 0x%04x", primary_addr); in bt_mesh_provisioner_check_is_addr_dup() 224 BT_ERR("Duplicate with node address 0x%04x", comp_addr); in bt_mesh_provisioner_check_is_addr_dup() 230 BT_ERR("Duplicate with Provisioner address 0x%04x", comp_addr); in bt_mesh_provisioner_check_is_addr_dup() 275 BT_ERR("%s, Out of memory", __func__); in provisioner_store_node() [all …]
|
D | health_srv.c | 99 BT_ERR("%s, Out of memory", __func__); in health_send_fault_status() 116 BT_ERR("Failed to send Health Fault Status response"); in health_send_fault_status() 131 BT_ERR("No Health Server context provided"); in health_fault_get() 137 BT_ERR("Unknown Company ID 0x%04x", company_id); in health_fault_get() 154 BT_ERR("No Health Server context provided"); in health_fault_clear() 160 BT_ERR("Unknown Company ID 0x%04x", company_id); in health_fault_clear() 188 BT_ERR("No Health Server context provided"); in health_fault_test() 194 BT_ERR("Unknown Test ID 0x%02x", test_id); in health_fault_test() 200 BT_ERR("Unknown Company ID 0x%04x", company_id); in health_fault_test() 225 BT_ERR("No Health Server context provided"); in send_attention_status() [all …]
|
D | provisioner_prov.c | 442 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_provisioner_clear_link_info() 531 BT_ERR("%s, Invalid parameter", __func__); 584 BT_ERR("%s, Invalid parameter", __func__); 595 BT_ERR("No available unicast address to assign"); 631 BT_ERR("No PB-ADV link available"); 645 BT_ERR("%s, Invalid parameter", __func__); 656 BT_ERR("No available unicast address to assign"); 696 BT_ERR("No PB-GATT link available"); 712 BT_ERR("%s, Invalid parameter", __func__); 717 BT_ERR("Invalid device uuid to add"); [all …]
|
D | proxy_client.c | 76 BT_ERR("Invalid proxy server parameter"); in proxy_sar_timeout() 122 BT_ERR("Invalid Proxy Filter Status length %d", buf->len); in filter_status() 128 BT_ERR("Invalid proxy filter type 0x%02x", filter_type); in filter_status() 151 BT_ERR("Too large proxy cfg pdu (len %d)", server->buf.len); in proxy_cfg() 158 BT_ERR("Failed to decode Proxy Configuration (err %d)", err); in proxy_cfg() 163 BT_ERR("Proxy Configuration from non-unicast addr 0x%04x", rx.ctx.addr); in proxy_cfg() 240 BT_ERR("No Proxy Server object found"); in proxy_recv() 251 BT_ERR("No service uuid found"); in proxy_recv() 338 BT_ERR("%s, Invalid parameter", __func__); in proxy_segment_and_send() 347 BT_ERR("Conn %p used to get mtu not exists", conn); in proxy_segment_and_send() [all …]
|
D | access.c | 37 BT_ERR("Invalid device composition"); in bt_mesh_model_foreach() 63 BT_ERR("Model has no publication support"); in bt_mesh_model_pub_period_get() 85 BT_ERR("Unknown model publication period"); in bt_mesh_model_pub_period_get() 102 BT_ERR("Model has no publication support"); in next_period() 132 BT_ERR("Model has no publication support"); in publish_sent() 154 BT_ERR("Failed to publish: err %d", err); in publish_start() 173 BT_ERR("Model has no publication support"); in publish_retransmit() 195 BT_ERR("AppKey 0x%03x not exists", pub->key); in publish_retransmit() 201 BT_ERR("Subnet 0x%04x not exists", key->net_idx); in publish_retransmit() 210 BT_ERR("%s, Out of memory", __func__); in publish_retransmit() [all …]
|
D | settings.c | 206 BT_ERR("Failed to load mesh device role"); in role_set() 234 BT_ERR("Failed to load node net info"); in net_set() 263 BT_ERR("Failed to load iv_index"); in iv_set() 293 BT_ERR("Failed to load sequence number"); in seq_set() 370 BT_ERR("Invalid source address 0x%04x", src); in rpl_set() 378 BT_ERR("Failed to load RPL entry 0x%04x", src); in rpl_set() 390 BT_ERR("No space for a new RPL 0x%04x", src); in rpl_set() 448 BT_ERR("Failed to load NetKey 0x%03x", net_idx); in net_key_set() 460 BT_ERR("No space for a new subnet 0x%03x", net_idx); in net_key_set() 508 BT_ERR("Failed to load AppKey 0x%03x", app_idx); in app_key_set() [all …]
|
D | prov.c | 327 BT_ERR("Out of provisioning buffers"); in adv_buf_create() 480 BT_ERR("Too big message (seg_id %d)", seg_id); in prov_send_adv() 536 BT_ERR("Failed to send provisioning PDU"); in prov_send_gatt() 574 BT_ERR("Failed to send Provisioning Failed message"); in prov_send_fail_msg() 621 BT_ERR("Failed to send capabilities"); in prov_invite() 810 BT_ERR("Unknown algorithm 0x%02x", data[0]); in prov_start() 816 BT_ERR("Invalid public key type: 0x%02x", data[1]); in prov_start() 835 BT_ERR("Invalid authentication method: 0x%02x; " in prov_start() 852 BT_ERR("Unable to generate confirmation salt"); in send_confirm() 860 BT_ERR("Unable to generate confirmation key"); in send_confirm() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/ |
D | generic_client.c | 177 BT_ERR("Invalid Generic OnOff Status length %d", buf->len); in generic_status() 182 BT_ERR("%s, Out of memory", __func__); in generic_status() 198 BT_ERR("Invalid Generic Level Status length %d", buf->len); in generic_status() 203 BT_ERR("%s, Out of memory", __func__); in generic_status() 219 BT_ERR("Invalid Generic Default Trans Time Status length %d", buf->len); in generic_status() 224 BT_ERR("%s, Out of memory", __func__); in generic_status() 235 BT_ERR("Invalid Generic OnPowerUp Status length %d", buf->len); in generic_status() 240 BT_ERR("%s, Out of memory", __func__); in generic_status() 251 BT_ERR("Invalid Generic Power Level Status length %d", buf->len); in generic_status() 256 BT_ERR("%s, Out of memory", __func__); in generic_status() [all …]
|
D | lighting_client.c | 186 BT_ERR("Invalid Light Lightness Status length %d", buf->len); in light_status() 191 BT_ERR("%s, Out of memory", __func__); in light_status() 207 BT_ERR("Invalid Light Lightness Linear Status length %d", buf->len); in light_status() 212 BT_ERR("%s, Out of memory", __func__); in light_status() 228 BT_ERR("Invalid Light Lightness Last Status length %d", buf->len); in light_status() 233 BT_ERR("%s, Out of memory", __func__); in light_status() 244 BT_ERR("Invalid Light Lightness Default Status length %d", buf->len); in light_status() 249 BT_ERR("%s, Out of memory", __func__); in light_status() 260 BT_ERR("Invalid Light Lightness Range Status length %d", buf->len); in light_status() 265 BT_ERR("%s, Out of memory", __func__); in light_status() [all …]
|
D | time_scene_client.c | 131 BT_ERR("Invalid Time Status length %d", buf->len); in time_scene_status() 136 BT_ERR("%s, Out of memory", __func__); in time_scene_status() 154 BT_ERR("Invalid Time Zone Status length %d", buf->len); in time_scene_status() 159 BT_ERR("%s, Out of memory", __func__); in time_scene_status() 173 BT_ERR("Invalid TAI UTC Delta Status length %d", buf->len); in time_scene_status() 178 BT_ERR("%s, Out of memory", __func__); in time_scene_status() 196 BT_ERR("Invalid Time Role Status length %d", buf->len); in time_scene_status() 201 BT_ERR("%s, Out of memory", __func__); in time_scene_status() 212 BT_ERR("Invalid Scene Status length %d", buf->len); in time_scene_status() 217 BT_ERR("%s, Out of memory", __func__); in time_scene_status() [all …]
|
D | client_common.c | 52 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_is_client_recv_publish_msg() 58 BT_ERR("Invalid client user data"); in bt_mesh_is_client_recv_publish_msg() 81 BT_ERR("Invalid client internal data"); in bt_mesh_is_client_recv_publish_msg() 256 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_client_send_msg() 262 BT_ERR("Invalid client user data"); in bt_mesh_client_send_msg() 268 BT_ERR("Invalid client internal data"); in bt_mesh_client_send_msg() 273 BT_ERR("Invalid DST 0x%04x", param->ctx.addr); in bt_mesh_client_send_msg() 278 BT_ERR("Failed to set client role"); in bt_mesh_client_send_msg() 291 BT_ERR("Failed to send client message 0x%08x", param->opcode); in bt_mesh_client_send_msg() 297 BT_ERR("Invalid timeout handler"); in bt_mesh_client_send_msg() [all …]
|
D | sensor_client.c | 116 BT_ERR("%s, Out of memory", __func__); in sensor_status() 121 BT_ERR("%s, Out of memory", __func__); in sensor_status() 134 BT_ERR("%s, Out of memory", __func__); in sensor_status() 140 BT_ERR("%s, Out of memory", __func__); in sensor_status() 153 BT_ERR("%s, Out of memory", __func__); in sensor_status() 159 BT_ERR("%s, Out of memory", __func__); in sensor_status() 172 BT_ERR("%s, Out of memory", __func__); in sensor_status() 182 BT_ERR("%s, Out of memory", __func__); in sensor_status() 196 BT_ERR("%s, Out of memory", __func__); in sensor_status() 201 BT_ERR("%s, Out of memory", __func__); in sensor_status() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/ |
D | settings_nvs.c | 85 BT_ERR("Init mesh partition failed, name %s, err %d", CONFIG_BLE_MESH_PARTITION_NAME, err); in bt_mesh_settings_init_foreach() 95 BT_ERR("Init settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_init_foreach() 112 BT_ERR("Open nvs failed, name %s, err %d", ctx->nvs_name, err); in bt_mesh_settings_init_foreach() 117 BT_ERR("Load settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_init_foreach() 126 BT_ERR("Commit settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_init_foreach() 141 BT_ERR("Deinit settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_deinit_foreach() 146 BT_ERR("Erase settings failed, name %s", ctx->nvs_name); in bt_mesh_settings_deinit_foreach() 167 BT_ERR("Init mesh partition failed, name %s, err %d", CONFIG_BLE_MESH_PARTITION_NAME, err); in bt_mesh_settings_direct_open() 177 BT_ERR("Open nvs failed, name %s, err %d", ctx->nvs_name, err); in bt_mesh_settings_direct_open() 222 BT_ERR("%s, Invalid parameter", __func__); in settings_save() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_timer.c | 69 BT_ERR("%s, Invalid parameter", __func__); in k_delayed_work_init() 79 BT_ERR("Alarm not created"); in k_delayed_work_init() 84 BT_ERR("Alarm not set"); in k_delayed_work_init() 92 BT_ERR("Init, alarm not found"); in k_delayed_work_init() 106 BT_ERR("%s, Invalid parameter", __func__); in k_delayed_work_submit() 128 BT_ERR("%s, Invalid parameter", __func__); in k_delayed_work_submit_periodic() 150 BT_ERR("%s, Invalid parameter", __func__); in k_delayed_work_cancel() 171 BT_ERR("%s, Invalid parameter", __func__); in k_delayed_work_free() 194 BT_ERR("%s, Invalid parameter", __func__); in k_delayed_work_remaining_get()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_health_model.c | 35 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_health_client_arg_deep_copy() 46 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 55 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 69 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_arg_deep_copy() 84 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_health_client_arg_deep_free() 119 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_health_client_copy_req_data() 126 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_copy_req_data() 144 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_copy_req_data() 160 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_health_client_copy_req_data() 184 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_health_client_free_req_data() [all …]
|
D | btc_ble_mesh_generic_model.c | 35 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_generic_client_arg_deep_copy() 46 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 55 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 75 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 88 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 100 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_arg_deep_copy() 115 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_generic_client_arg_deep_free() 162 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_generic_client_copy_req_data() 169 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_copy_req_data() 188 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_generic_client_copy_req_data() [all …]
|
D | btc_ble_mesh_time_scene_model.c | 34 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_time_scene_client_arg_deep_copy() 45 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 54 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 68 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_arg_deep_copy() 83 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_time_scene_client_arg_deep_free() 118 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_time_scene_client_copy_req_data() 125 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_copy_req_data() 146 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_time_scene_client_copy_req_data() 170 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_time_scene_client_free_req_data() 231 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_time_scene_client_cb_evt_to_btc() [all …]
|
D | btc_ble_mesh_lighting_model.c | 34 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_lighting_client_arg_deep_copy() 45 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 54 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 68 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_arg_deep_copy() 83 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_lighting_client_arg_deep_free() 118 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_lighting_client_copy_req_data() 125 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_copy_req_data() 145 BT_ERR("%s, Out of memory, act %d", __func__, msg->act); in btc_ble_mesh_lighting_client_copy_req_data() 169 BT_ERR("%s, Invalid parameter", __func__); in btc_ble_mesh_lighting_client_free_req_data() 229 BT_ERR("%s, Invalid parameter", __func__); in bt_mesh_lighting_client_cb_evt_to_btc() [all …]
|