Home
last modified time | relevance | path

Searched refs:GATT_TRACE_EVENT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c367 GATT_TRACE_EVENT("Ignore GATT_REQ_EXEC_WRITE/WRITE_CMD" ); in gatt_request_cback()
371 GATT_TRACE_EVENT("Get MTU exchange new mtu size: %d", p_data->mtu); in gatt_request_cback()
376 GATT_TRACE_EVENT("Unknown/unexpected LE GAP ATT request: 0x%02x", type); in gatt_request_cback()
Datt_protocol.c411 GATT_TRACE_EVENT ("ATT_RSP_READ_BLOB/GATT_RSP_PREPARE_WRITE: len = %d offset = %d", in attp_build_sr_msg()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c168 GATT_TRACE_EVENT("GATT_UUID_MANU_NAME len=0x%04x", p_value->len); in dis_s_read_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h332 #define GATT_TRACE_EVENT(fmt, args...) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT && BT_… macro
500 #define GATT_TRACE_EVENT(fmt, args...) macro