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

  /system/bt/stack/include/
hiddefs.h 102 #define HID_PAR_REP_TYPE_MASK (0x03)
120 #define HID_PAR_REP_TYPE_MASK (0x03)
  /system/bt/bta/hd/
bta_hd_act.cc 539 ret.report_type = *p_buf & HID_PAR_REP_TYPE_MASK;
572 ret.report_type = *p_buf & HID_PAR_REP_TYPE_MASK;
  /system/bt/stack/hid/
hidh_conn.cc 804 rep_type = param & HID_PAR_REP_TYPE_MASK;
    [all...]

Completed in 59 milliseconds