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 60 GATT_UUID_HID_BT_MOUSE_INPUT,
70 {GATT_UUID_HID_BT_MOUSE_INPUT, BTA_HH_RPTT_INPUT},
131 if (p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT)
178 case GATT_UUID_HID_BT_MOUSE_INPUT:
179 return "GATT_UUID_HID_BT_MOUSE_INPUT";
517 (p_rpt->uuid >= GATT_UUID_HID_BT_KB_INPUT && p_rpt->uuid <= GATT_UUID_HID_BT_MOUSE_INPUT))
572 if (rpt_uuid == GATT_UUID_HID_BT_MOUSE_INPUT)
815 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT)
826 p_rpt->uuid == GATT_UUID_HID_BT_MOUSE_INPUT) &&
    [all...]

Completed in 64 milliseconds