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

  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 104 #define GATT_UUID_HID_BT_MOUSE_INPUT 0x2A33
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 61 GATT_UUID_HID_BT_MOUSE_INPUT,
71 {GATT_UUID_HID_BT_MOUSE_INPUT, BTA_HH_RPTT_INPUT},
135 if (p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT)
183 case GATT_UUID_HID_BT_MOUSE_INPUT:
184 return "GATT_UUID_HID_BT_MOUSE_INPUT";
524 (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_MOUSE_INPUT)
844 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT)
855 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) &&
    [all...]

Completed in 32 milliseconds