Home
last modified time | relevance | path

Searched refs:GAP_TRACE_ERROR (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c158 GAP_TRACE_ERROR ("GAP ERROR: Client must specify a remote BD ADDR to connect to!"); in GAP_ConnOpen()
187 GAP_TRACE_ERROR ("GAP_ConnOpen: Failure registering PSM 0x%04x", psm); in GAP_ConnOpen()
196 GAP_TRACE_ERROR ("GAP_CONN - Security Error"); in GAP_ConnOpen()
1206 GAP_TRACE_ERROR("Unable to allocate message buffer for event."); in gap_send_event()
Dgap_ble.c716 GAP_TRACE_ERROR("gap_ble_accept_cl_operation max connection reached"); in gap_ble_accept_cl_operation()
807 GAP_TRACE_ERROR ("Cannot cancel current op is not get dev name"); in GAP_BleCancelReadPeerDevName()
813 GAP_TRACE_ERROR ("Cannot cancel where No connection id"); in GAP_BleCancelReadPeerDevName()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h251 #define GAP_TRACE_ERROR(fmt, args...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_L… macro
419 #define GAP_TRACE_ERROR(fmt, args...) macro