Home
last modified time | relevance | path

Searched refs:GATT_TRACE_WARNING (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1280 GATT_TRACE_WARNING("gatt_parse_uuid_from_cmd invalid uuid size"); in gatt_parse_uuid_from_cmd()
1353 GATT_TRACE_WARNING("gatt_rsp_timeout clcb is already deleted"); in gatt_rsp_timeout()
1360 GATT_TRACE_WARNING("gatt_rsp_timeout retry discovery primary service"); in gatt_rsp_timeout()
1372 GATT_TRACE_WARNING("gatt_rsp_timeout disconnecting..."); in gatt_rsp_timeout()
1389 GATT_TRACE_WARNING("gatt_ind_ack_timeout send ack now"); in gatt_ind_ack_timeout()
1537 GATT_TRACE_WARNING("Call back not found for application conn_id=%d", conn_id); in gatt_sr_send_req_callback()
1679 GATT_TRACE_WARNING("gatt_if out of range [ = %d]", ii); in gatt_get_regcb()
1687 GATT_TRACE_WARNING("gatt_if found but not in use.\n"); in gatt_get_regcb()
2329 GATT_TRACE_WARNING ("gatt_end_operation not sent out op=%d p_disc_cmpl_cb:%p p_cmpl_cb:%p", in gatt_end_operation()
Dgatt_main.c399 GATT_TRACE_WARNING("gatt_connect wrong state %d", st); in gatt_act_connect()
593 GATT_TRACE_WARNING ("ATT - Ignored L2CAP data while in state: %d\n", in gatt_le_data_ind()
Dgatt_db.c402 GATT_TRACE_WARNING("format mismatch"); in gatts_db_read_attr_value_by_type()
560GATT_TRACE_WARNING("Warning in %s, line=%d, insufficient resource to allocate for attribute value\… in gatts_add_characteristic()
683GATT_TRACE_WARNING("Warning in %s, line=%d, insufficient resource to allocate for descriptor value… in gatts_add_char_descr()
Datt_protocol.c332 GATT_TRACE_WARNING("attribute value too long, to be truncated to %d", len); in attp_build_value_cmd()
Dgatt_cl.c1164 GATT_TRACE_WARNING ("ATT - Ignore wrong response. Receives (%02x) \ in gatt_client_handle_server_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h330 #define GATT_TRACE_WARNING(fmt, args...) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING && B… macro
498 #define GATT_TRACE_WARNING(fmt, args...) macro