Home
last modified time | relevance | path

Searched refs:GATT_TRACE_ERROR (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c173 GATT_TRACE_ERROR ("Inavlid gatt_if=%d\n", gatt_if); in GATTS_CreateService()
205GATT_TRACE_ERROR ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u\n", s_hdl, num_handles); in GATTS_CreateService()
211 GATT_TRACE_ERROR ("GATTS_ReserveHandles: no free handle blocks\n"); in GATTS_CreateService()
231 GATT_TRACE_ERROR ("gatt_add_pending_new_srv_start: no free blocks\n"); in GATTS_CreateService()
246 GATT_TRACE_ERROR ("GATTS_ReserveHandles: service DB initialization failed\n"); in GATTS_CreateService()
402 GATT_TRACE_ERROR ("Application not foud"); in GATTS_DeleteService()
408 GATT_TRACE_ERROR ("No Service found"); in GATTS_DeleteService()
477 GATT_TRACE_ERROR ("Application not found "); in GATTS_StartService()
483 GATT_TRACE_ERROR ("no service found"); in GATTS_StartService()
490 GATT_TRACE_ERROR ("Duplicate Service start - Service already started"); in GATTS_StartService()
[all …]
Dgatt_db.c74 GATT_TRACE_ERROR("gatts_init_service_db failed, no resources\n"); in gatts_init_service_db()
103 GATT_TRACE_ERROR("service DB empty\n"); in gatts_get_service_uuid()
136 GATT_TRACE_ERROR( "GATT_READ_NOT_PERMIT\n"); in gatts_check_attr_readability()
142 GATT_TRACE_ERROR( "GATT_INSUF_AUTHENTICATION\n"); in gatts_check_attr_readability()
147 GATT_TRACE_ERROR( "GATT_INSUF_AUTHENTICATION: MITM Required\n"); in gatts_check_attr_readability()
152 GATT_TRACE_ERROR( "GATT_INSUF_ENCRYPTION\n"); in gatts_check_attr_readability()
157 GATT_TRACE_ERROR( "GATT_INSUF_KEY_SIZE\n"); in gatts_check_attr_readability()
162 GATT_TRACE_ERROR( "GATT_INSUF_AUTHORIZATION\n"); in gatts_check_attr_readability()
176 GATT_TRACE_ERROR("GATT_NOT_LONG\n"); in gatts_check_attr_readability()
456 GATT_TRACE_ERROR("gatts_add_included_service Illegal Params."); in gatts_add_included_service()
[all …]
Dgatt_cl.c203 GATT_TRACE_ERROR("Unknown read type: %d", p_clcb->op_subtype); in gatt_act_read()
268 GATT_TRACE_ERROR("Unknown write type: %d", p_clcb->op_subtype); in gatt_act_write()
459 GATT_TRACE_ERROR("invalid Info Response PDU received, discard."); in gatt_process_read_info_rsp()
532 GATT_TRACE_ERROR("Incorrect discovery opcode %04x", opcode); in gatt_proc_disc_error_rsp()
608 GATT_TRACE_ERROR("illegal prepare write response length, discard"); in gatt_process_prep_write_rsp()
657 GATT_TRACE_ERROR("illegal notification PDU length, discard"); in gatt_process_notification()
673 GATT_TRACE_ERROR("illegal notification PDU length, discard"); in gatt_process_notification()
686 GATT_TRACE_ERROR("value length larger than GATT_MAX_ATTR_LEN, discard"); in gatt_process_notification()
700GATT_TRACE_ERROR("gatt_process_notification rcv Ind. but ind_count=%d (will reset ind_count)", p_… in gatt_process_notification()
734 GATT_TRACE_ERROR("no remain data for multi notification"); in gatt_process_notification()
[all …]
Dgatt_attr.c265 GATT_TRACE_ERROR("%s no conn", __func__); in gatt_sr_write_cl_supp_feat()
270 GATT_TRACE_ERROR("%s len %u", __func__, p_data->len); in gatt_sr_write_cl_supp_feat()
278 GATT_TRACE_ERROR("%s bit cannot be all zero", __func__); in gatt_sr_write_cl_supp_feat()
286 GATT_TRACE_ERROR("%s bit cannot be reset", __func__); in gatt_sr_write_cl_supp_feat()
566 GATT_TRACE_ERROR("%s() - Register for service changed indication failure", __FUNCTION__); in gatt_disc_cmpl_cback()
622 GATT_TRACE_ERROR("%s() - ccc service error", __FUNCTION__); in gatt_cl_start_config_ccc()
634 GATT_TRACE_ERROR("%s() - ccc char error", __FUNCTION__); in gatt_cl_start_config_ccc()
644 GATT_TRACE_ERROR("%s() - ccc char descriptor error", __FUNCTION__); in gatt_cl_start_config_ccc()
655 GATT_TRACE_ERROR("%s() - write ccc error", __FUNCTION__); in gatt_cl_start_config_ccc()
Dgatt_sr.c135 GATT_TRACE_ERROR("%s free msg %p", __func__, p_tcb->sr_cmd.p_rsp_msg); in gatt_dequeue_sr_cmd()
260 GATT_TRACE_ERROR("process_read_multi_rsp - nothing found!!"); in process_read_multi_rsp()
372 GATT_TRACE_ERROR("%s - nothing found!!", __func__); in process_read_multi_var_rsp()
437 GATT_TRACE_ERROR("Exception!!! already has respond message\n"); in gatt_sr_process_app_rsp()
525 GATT_TRACE_ERROR("Error in %s, line=%d, prepare write total number (%d) \ in gatt_process_exec_write_req()
632 GATT_TRACE_ERROR("read permission denied : 0x%02x", err); in gatt_process_read_multi_req()
645 GATT_TRACE_ERROR("max attribute handle reached in ReadMultiple Request."); in gatt_process_read_multi_req()
834 GATT_TRACE_ERROR("format mismatch"); in gatt_build_find_info_rsp()
944 GATT_TRACE_ERROR("gatts_process_primary_service_req failed. no resources."); in gatts_process_primary_service_req()
1062 GATT_TRACE_ERROR("invalid MTU request PDU received.\n"); in gatts_process_mtu_req()
[all …]
Dgatt_main.c138 GATT_TRACE_ERROR ("ATT Dynamic Registration failed"); in gatt_init()
303 GATT_TRACE_ERROR("gatt_update_app_hold_link_status p_tcb=NULL"); in gatt_update_app_hold_link_status()
404 GATT_TRACE_ERROR("gatt_connect failed"); in gatt_act_connect()
426 GATT_TRACE_ERROR("Max TCB for gatt_if [%d] reached.", p_reg->gatt_if); in gatt_act_connect()
505 GATT_TRACE_ERROR("CCB max out, no rsources"); in gatt_le_connect_cback()
619 GATT_TRACE_ERROR("Connection indication cid = %d", lcid); in gatt_l2cif_connect_ind_cback()
1011 GATT_TRACE_ERROR ("ATT - Rcvd L2CAP data, unknown cmd: 0x%x\n", op_code); in gatt_data_process()
1013 GATT_TRACE_ERROR ("ATT - Rcvd L2CAP data, unknown req: 0x%x\n", op_code); in gatt_data_process()
1018 GATT_TRACE_ERROR ("invalid data length, ignore\n"); in gatt_data_process()
1078 GATT_TRACE_ERROR("Unable to find conn_id for %02x%02x%02x%02x%02x%02x ", in gatt_send_srv_chg_ind()
[all …]
Dgatt_auth.c110 GATT_TRACE_ERROR("%s: Data length %u less than expected %u", in gatt_verify_signature()
125 GATT_TRACE_ERROR("Signature Verification Failed, data ignored"); in gatt_verify_signature()
207 GATT_TRACE_ERROR("Unknown operation encryption completed"); in gatt_enc_cmpl_cback()
210 GATT_TRACE_ERROR("enc callback for unknown bd_addr"); in gatt_enc_cmpl_cback()
495GATT_TRACE_ERROR("gatt_security_check_start BTM_SetEncryption failed btm_status=%d", btm_status); in gatt_security_check_start()
Datt_protocol.c318 GATT_TRACE_ERROR("invalid payload_size %d", payload_size); in attp_build_value_cmd()
399GATT_TRACE_ERROR("Invalid parameters in %s, op_code=0x%x, the p_msg should not be NULL.", __func__… in attp_build_sr_msg()
452 GATT_TRACE_ERROR("No resources"); in attp_build_sr_msg()
633 GATT_TRACE_ERROR("Peer device not connected"); in attp_send_cl_msg()
Dgatt_utils.c1274 GATT_TRACE_ERROR("DO NOT ALLOW 32 BITS UUID IN ATT PDU"); in gatt_parse_uuid_from_cmd()
1362 GATT_TRACE_ERROR("gatt_rsp_timeout command queue out of sync, disconnect"); in gatt_rsp_timeout()
1444 GATT_TRACE_ERROR ("Active Service Found "); in gatt_sr_find_i_rcb_by_app_id()
1529 GATT_TRACE_ERROR ("p_reg not found discard request"); in gatt_sr_send_req_callback()
1619 GATT_TRACE_ERROR("inavlid UUID len=%d", p_uuid->len); in gatt_add_sdp_record()
2091 GATT_TRACE_ERROR("GATT_CancelConnect - link connected Too late to cancel"); in gatt_cancel_open()
2555 GATT_TRACE_ERROR("device already in iniator white list"); in gatt_add_bg_dev_list()
2568 GATT_TRACE_ERROR("device already in adv white list"); in gatt_add_bg_dev_list()
2589 GATT_TRACE_ERROR("no device record available"); in gatt_add_bg_dev_list()
2829 GATT_TRACE_ERROR("gatt_update_auto_connect_dev - gatt_if %d is not registered", gatt_if); in gatt_update_auto_connect_dev()
Dgatt_sr_hash.c176 GATT_TRACE_ERROR ("%s failed to allocate buffer (%u)\n", __func__, len); in gatts_calculate_datebase_hash()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c210 GATT_TRACE_ERROR("DIS already initalized"); in DIS_Init()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h329 #define GATT_TRACE_ERROR(fmt, args...) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_… macro
497 #define GATT_TRACE_ERROR(fmt, args...) macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c390 GATT_TRACE_ERROR("MAX battery service has been reached\n"); in bas_init()