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

  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 448 HIDH_TRACE_ERROR("HID_ERR_NOT_REGISTERED");
454 HIDH_TRACE_ERROR("HID_ERR_INVALID_PARAM");
460 HIDH_TRACE_ERROR("HID_ERR_NO_CONNECTION dev_handle %d", dev_handle);
507 HIDH_TRACE_ERROR ("Security Registration 1 failed");
514 HIDH_TRACE_ERROR ("Security Registration 2 failed");
521 HIDH_TRACE_ERROR ("Security Registration 3 failed");
528 HIDH_TRACE_ERROR ("Security Registration 4 failed");
535 HIDH_TRACE_ERROR ("Security Registration 5 failed");
542 HIDH_TRACE_ERROR ("Security Registration 6 failed");
hidh_conn.c 101 HIDH_TRACE_ERROR ("HID-Host Control Registration failed");
107 HIDH_TRACE_ERROR ("HID-Host Interrupt Registration failed");
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 581 #define HIDH_TRACE_ERROR(...) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE(TRACE_LAYER_HID, TRACE_TYPE_ERROR, ##__VA_ARGS__);}
    [all...]

Completed in 178 milliseconds