Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_utils.c1156 GATT_TRACE_WARNING("gatt_parse_uuid_from_cmd invalid uuid size"); in gatt_parse_uuid_from_cmd()
1231 GATT_TRACE_WARNING("gatt_rsp_timeout clcb is already deleted"); in gatt_rsp_timeout()
1239 GATT_TRACE_WARNING("gatt_rsp_timeout retry discovery primary service"); in gatt_rsp_timeout()
1252 GATT_TRACE_WARNING("gatt_rsp_timeout disconnecting..."); in gatt_rsp_timeout()
1269 GATT_TRACE_WARNING("gatt_ind_ack_timeout send ack now"); in gatt_ind_ack_timeout()
1424 GATT_TRACE_WARNING("Call back not found for application conn_id=%d", conn_id); in gatt_sr_send_req_callback()
1566 GATT_TRACE_WARNING("gatt_if out of range [ = %d]", ii); in gatt_get_regcb()
1574 GATT_TRACE_WARNING("gatt_if found but not in use."); in gatt_get_regcb()
2184 GATT_TRACE_WARNING ("gatt_end_operation not sent out op=%d p_disc_cmpl_cb:%p p_cmpl_cb:%p", in gatt_end_operation()
Datt_protocol.c338 GATT_TRACE_WARNING("attribute value too long, to be truncated to %d", len); in attp_build_value_cmd()
Dgatt_main.c566 GATT_TRACE_WARNING ("ATT - Ignored L2CAP data while in state: %d", in gatt_le_data_ind()
Dgatt_cl.c1177 GATT_TRACE_WARNING ("ATT - Ignore wrong response. Receives (%02x) \ in gatt_client_handle_server_rsp()
/system/bt/include/
Dbt_trace.h341 #define GATT_TRACE_WARNING(...) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… macro