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

  /system/bt/stack/include/
gattdefs.h 101 #define GATT_UUID_HID_BT_KB_INPUT 0x2A22
  /system/bt/bta/hh/
bta_hh_le.c 62 GATT_UUID_HID_BT_KB_INPUT,
72 {GATT_UUID_HID_BT_KB_INPUT, BTA_HH_RPTT_INPUT},
134 if (p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT)
182 case GATT_UUID_HID_BT_KB_INPUT:
183 return "GATT_UUID_HID_BT_KB_INPUT";
527 (p_rpt->uuid >= GATT_UUID_HID_BT_KB_INPUT && p_rpt->uuid <= GATT_UUID_HID_BT_MOUSE_INPUT))
580 if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT || rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT)
846 else if (p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT ||
857 if ((p_rpt->uuid == GATT_UUID_HID_BT_KB_INPUT ||
    [all...]

Completed in 29 milliseconds