Home
last modified time | relevance | path

Searched refs:BTC_TRACE_ERROR (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c105 BTC_TRACE_ERROR("%s malloc set_report data failed!", __func__); in bte_hd_arg_deep_copy()
117 BTC_TRACE_ERROR("%s malloc intr_data data failed!", __func__); in bte_hd_arg_deep_copy()
201 BTC_TRACE_ERROR("context transfer failed"); in bte_hd_evt()
220 BTC_TRACE_ERROR("%s HD has been initiated, shall uninit first!", __func__); in btc_hd_init()
252 BTC_TRACE_ERROR("%s HD has not been initiated, shall init first!", __func__); in btc_hd_deinit()
258 BTC_TRACE_ERROR("%s is disabling, try later!", __func__); in btc_hd_deinit()
298 BTC_TRACE_ERROR("%s HD has not been initiated, shall init first!", __func__); in btc_hd_register_app()
302 BTC_TRACE_ERROR("%s: deinit is in progress!", __func__); in btc_hd_register_app()
308BTC_TRACE_ERROR("%s: application already registered, shall deregister first!", __func__); in btc_hd_register_app()
317 BTC_TRACE_ERROR( in btc_hd_register_app()
[all …]
Dbtc_hh.c230 BTC_TRACE_ERROR("%s Device[%s] is not connected!", __func__, in btc_hh_timer_timeout()
242 BTC_TRACE_ERROR("%s context transfer failed", __func__); in btc_hh_timer_timeout()
260 BTC_TRACE_ERROR("%s Error: device not connected!", __func__); in btc_hh_start_vup_timer()
270 BTC_TRACE_ERROR("%s unable to malloc vup_timer!", __func__); in btc_hh_start_vup_timer()
299 BTC_TRACE_ERROR("%s: Error, out of space to add device", __func__); in btc_hh_add_added_dev()
330 BTC_TRACE_ERROR("%s Oops, can't find device", __func__); in btc_hh_remove_device()
360 BTC_TRACE_ERROR("%s malloc p_rpt_data failed!", __func__); in bte_hh_arg_deep_copy()
455 BTC_TRACE_ERROR("%s HH has been initiated, shall uninit first!", __func__); in btc_hh_init()
489 BTC_TRACE_ERROR("%s HH has not been initiated, shall init first!", __func__); in btc_hh_deinit()
531 BTC_TRACE_ERROR("%s HH has not been initiated, shall init first!", __func__); in btc_hh_connect()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c203 BTC_TRACE_ERROR("%s unable to malloc rx queue!", __func__); in l2cap_malloc_slot()
208 BTC_TRACE_ERROR("%s unable to malloc tx queue!", __func__); in l2cap_malloc_slot()
213 BTC_TRACE_ERROR("%s unable to register fd!", __func__); in l2cap_malloc_slot()
289 BTC_TRACE_ERROR("%s btc_transfer_context failed", __func__); in close_timeout_handler()
312 BTC_TRACE_ERROR("%s unable to find L2CAP slot, event:%d!", __func__, event); in btc_l2cap_inter_cb()
324 BTC_TRACE_ERROR("%s unable to find L2CAP slot, event:%d!", __func__, event); in btc_l2cap_inter_cb()
333 BTC_TRACE_ERROR("%s unable to find RFCOMM slot, event:%d!", __func__, event); in btc_l2cap_inter_cb()
343 BTC_TRACE_ERROR("%s unable to find L2CAP slot, event:%d!", __func__, event); in btc_l2cap_inter_cb()
362 BTC_TRACE_ERROR("%s unable to find L2CAP slot, event:%d!", __func__, event); in btc_l2cap_inter_cb()
375 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_l2cap_inter_cb()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c63 BTC_TRACE_ERROR("button profile cb event = %x\n", event); in button_profile_cb()
67 BTC_TRACE_ERROR("p_data->reg_oper.status = %x\n", p_data->reg_oper.status); in button_profile_cb()
68 BTC_TRACE_ERROR("(p_data->reg_oper.uuid.uu.uuid16=%x\n", p_data->reg_oper.uuid.uu.uuid16); in button_profile_cb()
70 BTC_TRACE_ERROR("button profile register failed\n"); in button_profile_cb()
91 BTC_TRACE_ERROR("Received button data:"); in button_profile_cb()
93 BTC_TRACE_ERROR("%x", p_data->req_data.p_data->write_req.value[i]); in button_profile_cb()
95 BTC_TRACE_ERROR("\n"); in button_profile_cb()
149 BTC_TRACE_ERROR("\n*******Start sent the ADV.*************\n"); in button_profile_cb()
154 BTC_TRACE_ERROR("############BUTTON CONNCET EVT################\n"); in button_profile_cb()
223 BTC_TRACE_ERROR("p_clcb->conn_id = %x\n", conn_id); in button_env_clcb_alloc()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c160 BTC_TRACE_ERROR("%s unable to malloc rx queue!", __func__); in spp_malloc_slot()
166 BTC_TRACE_ERROR("%s unable to malloc tx queue!", __func__); in spp_malloc_slot()
172 BTC_TRACE_ERROR("%s write ringbuffer create error!", __func__); in spp_malloc_slot()
177 BTC_TRACE_ERROR("%s unable to register fd!", __func__); in spp_malloc_slot()
271 BTC_TRACE_ERROR("%s btc_transfer_context failed", __func__); in close_timeout_handler()
347 BTC_TRACE_ERROR("%s unable to find RFCOMM slot, event:%d!", __func__, event); in btc_spp_rfcomm_inter_cb()
357 BTC_TRACE_ERROR("%s unable to find RFCOMM slot, event:%d!", __func__, event); in btc_spp_rfcomm_inter_cb()
369 BTC_TRACE_ERROR("%s unable to malloc RFCOMM slot!", __func__); in btc_spp_rfcomm_inter_cb()
403 BTC_TRACE_ERROR("%s unable to find RFCOMM slot, event:%d!", __func__, event); in btc_spp_rfcomm_inter_cb()
417 BTC_TRACE_ERROR("%s unable to find RFCOMM slot, event:%d!", __func__, event); in btc_spp_rfcomm_inter_cb()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c59 BTC_TRACE_ERROR("BAS register completed: event=%d, status=%d, server_if=%d\n", in bas_gatts_callback()
72BTC_TRACE_ERROR("\ndevice is connected "BT_BD_ADDR_STR", server_if=%d,reason=0x%x,connect_id=%d\n", in bas_gatts_callback()
77 BTC_TRACE_ERROR("is_connected=%d\n", is_connected); in bas_gatts_callback()
83 BTC_TRACE_ERROR("create service:server_if=%d,service_id=0x%x,service_uuid=0x%x\n", in bas_gatts_callback()
102 BTC_TRACE_ERROR("create characteristic:server_if=%d,service_id=0x%x,char_uuid=0x%x\n", in bas_gatts_callback()
142BTC_TRACE_ERROR("create descriptor:server_if=%d,service_id=0x%x,attr_id=0x%x,char_uuid=0x%x\n", in bas_gatts_callback()
150 BTC_TRACE_ERROR("start service:server_if=%d,service_id=0x%x\n", p_data->srvc_oper.server_if, in bas_gatts_callback()
166 BTC_TRACE_ERROR("read request:event=0x%x,handle=0x%x,trans_id=0x%x,conn_id=0x%x\n", in bas_gatts_callback()
186 BTC_TRACE_ERROR("write request:event=0x%x,handle=0x%x,trans_id=0x%x,conn_id=0x%x\n", in bas_gatts_callback()
197BTC_TRACE_ERROR("execute write request:event=0x%x,exce_write=0x%x,trans_id=0x%x,conn_id=0x%x\n", in bas_gatts_callback()
[all …]
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c69 BTC_TRACE_ERROR("BLUFI already de-initialized"); in btc_blufi_profile_deinit()
103 BTC_TRACE_ERROR("%s seq %d is not expect %d\n", __func__, hdr->seq, blufi_env.recv_seq + 1); in btc_blufi_recv_handler()
115 BTC_TRACE_ERROR("%s decrypt error %d\n", __func__, ret); in btc_blufi_recv_handler()
127 BTC_TRACE_ERROR("%s checksum error %04x, pkt %04x\n", __func__, checksum, checksum_pkt); in btc_blufi_recv_handler()
145 BTC_TRACE_ERROR("%s msg error, blufi_env.aggr_buf is not freed\n", __func__); in btc_blufi_recv_handler()
152 BTC_TRACE_ERROR("%s no mem, len %d\n", __func__, blufi_env.total_len); in btc_blufi_recv_handler()
161BTC_TRACE_ERROR("%s payload is longer than packet length, len %d \n", __func__, blufi_env.total_le… in btc_blufi_recv_handler()
170 BTC_TRACE_ERROR("%s buffer is NULL\n", __func__); in btc_blufi_recv_handler()
176BTC_TRACE_ERROR("%s payload is longer than packet length, len %d \n", __func__, blufi_env.total_le… in btc_blufi_recv_handler()
200 BTC_TRACE_ERROR("blufi connection has been disconnected \n"); in btc_blufi_send_encap()
[all …]
Dblufi_protocol.c97 BTC_TRACE_ERROR("%s Unkown Ctrl pkt %02x\n", __func__, type); in btc_blufi_protocol_handler()
244 BTC_TRACE_ERROR("%s Unkown Ctrl pkt %02x\n", __func__, type); in btc_blufi_protocol_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c99 BTC_TRACE_ERROR("%s() failed - id %d is invalid", __func__, id); in set_sdp_slot_info()
108 BTC_TRACE_ERROR("%s() id = %d ", __func__, id); in set_sdp_slot_info()
113 BTC_TRACE_ERROR("%s() failed - state for id %d is state = %d expected %d", __func__, id, in set_sdp_slot_info()
134 BTC_TRACE_ERROR("%s() failed - id %d is invalid", __func__, id); in get_sdp_slot_info()
147 BTC_TRACE_ERROR("%s() failed - state for id %d is state = %d expected %d", __func__, id, in get_sdp_slot_info()
188 BTC_TRACE_ERROR("%s() failed - id %d is invalid", __func__, id); in start_create_sdp()
197 BTC_TRACE_ERROR("%s() id = %d ", __func__, id); in start_create_sdp()
202 BTC_TRACE_ERROR("%s() failed - state for id %d is state = %d expected %d", __func__, id, in start_create_sdp()
250 BTC_TRACE_ERROR("%s() osi_malloc failed!", __func__); in alloc_sdp_slot()
262 BTC_TRACE_ERROR("%s() osi_malloc slot failed!", __func__); in alloc_sdp_slot()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_sm.c67 BTC_TRACE_ERROR("%s : p_handlers is NULL", __FUNCTION__); in btc_sm_init()
95 BTC_TRACE_ERROR("%s : Invalid handle", __FUNCTION__); in btc_sm_shutdown()
115 BTC_TRACE_ERROR("%s : Invalid handle", __FUNCTION__); in btc_sm_get_state()
141 BTC_TRACE_ERROR("%s : Invalid handle", __FUNCTION__); in btc_sm_dispatch()
171 BTC_TRACE_ERROR("%s : Invalid handle", __FUNCTION__); in btc_sm_change_state()
Dbtc_dm.c326 BTC_TRACE_ERROR(" %s() BTA_DmRemoveDevice error", __FUNCTION__); in btc_dm_link_up_evt()
329 BTC_TRACE_ERROR(" %s() btc_storage_remove_bonded_device error", __FUNCTION__); in btc_dm_link_up_evt()
398 BTC_TRACE_ERROR(" %s() Authentication fail reason %d", in btc_dm_auth_cmpl_evt()
415 BTC_TRACE_ERROR("%s malloc fail", __func__); in btc_dm_auth_cmpl_evt()
430 BTC_TRACE_ERROR("%s btc_inter_profile_call failed\n", __func__); in btc_dm_auth_cmpl_evt()
446 BTC_TRACE_ERROR("%s malloc fail", __func__); in btc_dm_pin_req_evt()
460 BTC_TRACE_ERROR("%s btc_inter_profile_call failed\n", __func__); in btc_dm_pin_req_evt()
481 BTC_TRACE_ERROR("%s malloc fail", __func__); in btc_dm_sp_cfm_req_evt()
495 BTC_TRACE_ERROR("%s btc_inter_profile_call failed\n", __func__); in btc_dm_sp_cfm_req_evt()
509 BTC_TRACE_ERROR("%s malloc fail", __func__); in btc_dm_sp_key_notif_evt()
[all …]
Dbtc_main.c116 BTC_TRACE_ERROR("%s UNKNOWN ACT %d\n", __func__, msg->act); in btc_main_call_handler()
126 BTC_TRACE_ERROR("%s Bluedroid not enabled", __func__); in btc_get_ble_status()
Dbtc_config.c71 BTC_TRACE_ERROR("%s unable to allocate a config object.\n", __func__); in btc_config_init()
85 BTC_TRACE_ERROR("%s failed\n", __func__); in btc_config_init()
Dbtc_util.c441 BTC_TRACE_ERROR("%s UUID len is invalid %d\n", __func__, p_src->len); in bta_to_btc_uuid()
457 BTC_TRACE_ERROR("%s UUID len is invalid %d\n", __func__, p_src->len); in btc_to_bta_uuid()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c57 BTC_TRACE_ERROR("%s wrong uuid length %d\n", __func__, src_uuid_len); in btc_gatts_uuid_format_convert()
75 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gatts_arg_deep_copy()
80 BTC_TRACE_ERROR("%s %d, invalid length", __func__, msg->act); in btc_gatts_arg_deep_copy()
91 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gatts_arg_deep_copy()
104 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gatts_arg_deep_copy()
109 BTC_TRACE_ERROR("%s %d, invalid length", __func__, msg->act); in btc_gatts_arg_deep_copy()
121 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gatts_arg_deep_copy()
126 BTC_TRACE_ERROR("%s %d, invalid length", __func__, msg->act); in btc_gatts_arg_deep_copy()
139 BTC_TRACE_ERROR("%s %d no mem\n",__func__, msg->act); in btc_gatts_arg_deep_copy()
142 BTC_TRACE_ERROR("%s %d, NULL data", __func__, msg->act); in btc_gatts_arg_deep_copy()
[all …]
Dbtc_gatt_common.c35 BTC_TRACE_ERROR("%s UNKNOWN ACT %d\n", __func__, msg->act); in btc_gatt_com_call_handler()
Dbtc_gattc.c41 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gattc_arg_deep_copy()
50 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gattc_arg_deep_copy()
59 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gattc_arg_deep_copy()
68 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gattc_arg_deep_copy()
136 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gattc_copy_req_data()
148 BTC_TRACE_ERROR("%s %d no mem\n", __func__, msg->act); in btc_gattc_copy_req_data()
195 BTC_TRACE_ERROR("%s transfer failed\n", __func__); in btc_gattc_cback()
791 BTC_TRACE_ERROR("%s: Unhandled event (%d)!\n", __FUNCTION__, msg->act); in btc_gattc_call_handler()
Dbtc_gatt_util.c77 BTC_TRACE_ERROR("%s: Unknown UUID length %d!", __FUNCTION__, p_dest->len); in btc128_to_bta_uuid()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c97 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_ble_get_dev_name_callback()
348 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_adv_data_callback()
367 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_scan_rsp_data_callback()
386 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_adv_data_raw_callback()
405 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_scan_rsp_data_raw_callback()
450 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_start_adv_callback()
469 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_stop_adv_callback()
488 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_clear_adv_callback()
511 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_update_duplicate_exceptional_list_callback()
528 BTC_TRACE_ERROR("Invalid advertisting interval parameters.\n"); in btc_ble_start_advertising()
[all …]
Dbtc_gap_bt.c594 BTC_TRACE_ERROR("%s set class of device failed!",__func__); in btc_gap_bt_set_cod()
603 BTC_TRACE_ERROR("%s get class of device failed!",__func__); in btc_gap_bt_get_cod()
630 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_bt_read_rssi_delta_cmpl_callback()
722 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_bt_set_afh_channels_cmpl_callback()
747 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_bt_set_acl_pkt_types_cmpl_callback()
774 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_bt_read_remote_name_cmpl_callback()
800 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_bt_set_qos_cmpl_callback()
810 BTC_TRACE_ERROR("%s: QoS is not supported.\n",__func__); in btc_gap_bt_set_qos()
844 BTC_TRACE_ERROR("%s %d no mem\n",__func__, msg->act); in btc_gap_bt_arg_deep_copy()
860 BTC_TRACE_ERROR("%s %d no mem\n",__func__, msg->act); in btc_gap_bt_arg_deep_copy()
[all …]
Dbta_gap_bt_co.c29 BTC_TRACE_ERROR("%s btc_transfer_context failed\n", __func__); in btc_gap_bt_config_eir_cmpl_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c52 BTC_TRACE_ERROR("airsync profile cb event = %x\n", event); in airsync_profile_cb()
57 BTC_TRACE_ERROR("button profile register failed\n"); in airsync_profile_cb()
198 BTC_TRACE_ERROR("p_clcb->conn_id = %x\n", conn_id); in airsync_env_clcb_alloc()
243 BTC_TRACE_ERROR("airsync svc already initaliezd\n"); in AirSync_Init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c196 BTC_TRACE_ERROR("%s %d no mem\n", __FUNCTION__, msg->act); in btc_avrc_tg_arg_deep_copy()
350 BTC_TRACE_ERROR("%s: failed to build metamsg response. status: 0x%02x", in send_metamsg_rsp()
434 BTC_TRACE_ERROR("Got RC OPEN in connected state, Connected RC: %d \ in handle_rc_connect()
473 BTC_TRACE_ERROR("%s Connect failed with error code: %d", in handle_rc_connect()
492 BTC_TRACE_ERROR("Got disconnect of unknown device"); in handle_rc_disconnect()
875 BTC_TRACE_ERROR("%s DUT does not support AVRCP controller role", __FUNCTION__); in handle_rc_passthrough_rsp()
880 BTC_TRACE_ERROR("%s AVRCP controller role is not enabled", __FUNCTION__); in handle_rc_passthrough_rsp()
1351 BTC_TRACE_ERROR("Event id not registered: event_id = %x", event_id); in btc_avrc_tg_send_rn_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c150 BTC_TRACE_ERROR("%s:%d Invalid index %d", __FUNCTION__, __LINE__, idx); \
335 BTC_TRACE_ERROR("%s malloc failed!", __func__); in btc_hf_init()
421 BTC_TRACE_ERROR("%s: Invalid index %d", __FUNCTION__, idx); in btc_hf_disconnect()
827 BTC_TRACE_ERROR("%s: Call setup state no change.", __FUNCTION__); in btc_hf_phone_state_update()
879 BTC_TRACE_ERROR("%s: Incorrect new ringing call state", __FUNCTION__); in btc_hf_phone_state_update()
969 BTC_TRACE_ERROR("%s %d osi_malloc failed\n", __func__, msg->act); in btc_hf_arg_deep_copy()
986 BTC_TRACE_ERROR("%s %d osi_malloc failed\n", __func__, msg->act); in btc_hf_arg_deep_copy()
1003 BTC_TRACE_ERROR("%s %d osi_malloc failed\n", __func__, msg->act); in btc_hf_arg_deep_copy()
1020 BTC_TRACE_ERROR("%s %d osi_malloc failed\n", __func__, msg->act); in btc_hf_arg_deep_copy()
1040 BTC_TRACE_ERROR("%s %d osi_malloc failed\n", __func__, msg->act); in btc_hf_arg_deep_copy()
/hal_espressif-latest/components/bt/common/include/
Dbt_common.h143 #define BTC_TRACE_ERROR(fmt, args...) {if (BTC_INITIAL_TRACE_LEVEL >= BT_TRACE_LEVEL_ERROR && … macro
169 #define BTC_TRACE_ERROR(fmt, args...) macro

12