HomeSort by relevance Sort by last modified time
    Searched refs:GAP_TRACE_ERROR (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gap/
gap_ble.c 697 GAP_TRACE_ERROR("gap_ble_accept_cl_operation max connection reached");
786 GAP_TRACE_ERROR ("Cannot cancel current op is not get dev name");
794 GAP_TRACE_ERROR ("Cannot cancel where No connection id");
gap_conn.c 157 GAP_TRACE_ERROR ("GAP ERROR: Client must specify a remote BD ADDR to connect to!");
184 GAP_TRACE_ERROR ("GAP_ConnOpen: Failure registering PSM 0x%04x", psm);
194 GAP_TRACE_ERROR ("GAP_CONN - Security Error");
    [all...]
  /system/bt/include/
bt_trace.h 270 #define GAP_TRACE_ERROR(...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_GAP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}

Completed in 55 milliseconds