Searched refs:GATT_TRACE_ERROR1 (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c158 GATT_TRACE_ERROR1 ("Inavlid gatt_if=%d", gatt_if);
578 GATT_TRACE_ERROR1("GATTS_StopService service_handle: %u is not in use", service_handle);
611 GATT_TRACE_ERROR1 ("GATTS_HandleValueIndication Unknown conn_id: %u ", conn_id);
681 GATT_TRACE_ERROR1 ("GATTS_HandleValueNotification Unknown conn_id: %u ", conn_id);
726 GATT_TRACE_ERROR1 ("GATTS_SendRsp Unknown conn_id: %u ", conn_id);
788 GATT_TRACE_ERROR1("GATTC_ConfigureMTU GATT_BUSY conn_id = %d", conn_id);
839 GATT_TRACE_ERROR1("GATTC_Discover GATT_BUSY conn_id = %d", conn_id);
906 GATT_TRACE_ERROR1("GATTC_Read GATT_BUSY conn_id = %d", conn_id);
992 GATT_TRACE_ERROR1("GATTC_Write GATT_BUSY conn_id = %d", conn_id);
1061 GATT_TRACE_ERROR1("GATTC_ExecuteWrit
[all...]
H A Dgatt_cl.c194 GATT_TRACE_ERROR1("Unknown read type: %d", p_clcb->op_subtype);
263 GATT_TRACE_ERROR1("Unknown write type: %d", p_clcb->op_subtype);
275 GATT_TRACE_ERROR1("gatt_act_write() failed op_code=0x%x", op_code);
524 GATT_TRACE_ERROR1("Incorrect discovery opcode %04x", opcode);
678 GATT_TRACE_ERROR1("gatt_process_notification rcv Ind. but ind_count=%d (will reset ind_count)", p_tcb->ind_count);
832 GATT_TRACE_ERROR1("gatt_process_read_by_type_rsp INCL_SRVC failed with invalid data value_len=%d", value_len);
1216 GATT_TRACE_ERROR1("Unknown opcode = %d", op_code);
H A Dgatt_main.c360 GATT_TRACE_ERROR1("Max TCB for gatt_if [%d] reached.", p_reg->gatt_if);
511 GATT_TRACE_ERROR1("Connection indication cid = %d", lcid);
906 GATT_TRACE_ERROR1 ("ATT - Rcvd L2CAP data, unknown cmd: 0x%x", op_code);
H A Dgatt_auth.c505 GATT_TRACE_ERROR1("gatt_security_check_start BTM_SetEncryption failed btm_status=%d", btm_status);
H A Datt_protocol.c367 GATT_TRACE_ERROR1("ATT failed to pass msg:0x%0x to L2CAP",
H A Dgatt_utils.c1414 GATT_TRACE_ERROR1("inavlid UUID len=%d", p_uuid->len);
2601 GATT_TRACE_ERROR1("gatt_update_auto_connect_dev - gatt_if is not registered", gatt_if);
2655 GATT_TRACE_ERROR1("GATTC_GetConnIfConnected - gatt_if is not registered", gatt_if);
2669 GATT_TRACE_ERROR1 ("gatt_get_conn_id: not connected- gatt_if: %u", gatt_if);
H A Dgatt_sr.c103 GATT_TRACE_ERROR1("free p_tcb->sr_cmd.p_rsp_msg = %d", p_tcb->sr_cmd.p_rsp_msg);
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_dis.c181 GATT_TRACE_ERROR1("dis_gatt_c_read_dis_value_cmpl: attr_mask = 0x%04x", p_clcb->dis_value.attr_mask);
220 GATT_TRACE_ERROR1 ("Read DISInfo: 0x%04x GATT_Read Failed", param.service.uuid.uu.uuid16);
/external/bluetooth/bluedroid/include/
H A Dbt_trace.h2477 #define GATT_TRACE_ERROR1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_1(TRACE_LAYER_ATT, TRACE_TYPE_ERROR, m,p1);} macro
4364 #define GATT_TRACE_ERROR1(m,p1) macro
/external/libnfc-nci/src/include/
H A Dbt_trace.h2562 #define GATT_TRACE_ERROR1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_1(TRACE_LAYER_ATT, TRACE_TYPE_ERROR, m,p1);} macro
4575 #define GATT_TRACE_ERROR1(m,p1) macro

Completed in 138 milliseconds