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

  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 549 GAP_TRACE_ERROR ("gap_ble_c_connect_cback: no_resource");
678 GAP_TRACE_ERROR ("GAP_BleReadPeerPrefConnParams: GATT_Read Failed");
711 GAP_TRACE_ERROR("GAP_BleReadPeerPrefConnParams max connection reached");
762 GAP_TRACE_ERROR("GAP_BleReadPeerDevName max connection reached");
816 GAP_TRACE_ERROR ("Cannot cancel current op is not get dev name");
824 GAP_TRACE_ERROR ("Cannot cancel where No connection id");
gap_conn.c 155 GAP_TRACE_ERROR ("GAP ERROR: Client must specify a remote BD ADDR to connect to!");
181 GAP_TRACE_ERROR ("GAP_ConnOpen: Failure registering PSM 0x%04x", psm);
190 GAP_TRACE_ERROR ("GAP_CONN - Security Error");
    [all...]
gap_api.c 351 GAP_TRACE_ERROR ("GAP_SetPairableMode: illegal mode %d", mode);
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 575 #define GAP_TRACE_ERROR(...) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_GAP, TRACE_TYPE_ERROR, ##__VA_ARGS__);}
    [all...]

Completed in 68 milliseconds