Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_ble.c697 GAP_TRACE_ERROR("gap_ble_accept_cl_operation max connection reached"); in gap_ble_accept_cl_operation()
786 GAP_TRACE_ERROR ("Cannot cancel current op is not get dev name"); in GAP_BleCancelReadPeerDevName()
794 GAP_TRACE_ERROR ("Cannot cancel where No connection id"); in GAP_BleCancelReadPeerDevName()
Dgap_conn.c162 GAP_TRACE_ERROR ("GAP ERROR: Client must specify a remote BD ADDR to connect to!"); in GAP_ConnOpen()
200 GAP_TRACE_ERROR ("%s: Failure registering PSM 0x%04x", __func__, psm); in GAP_ConnOpen()
212 GAP_TRACE_ERROR ("%s: Failure registering PSM 0x%04x", __func__, psm); in GAP_ConnOpen()
223 GAP_TRACE_ERROR ("GAP_CONN - Security Error"); in GAP_ConnOpen()
/system/bt/include/
Dbt_trace.h266 #define GAP_TRACE_ERROR(...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… macro