OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
54
{
GATT_UUID_HID_BT_KB_INPUT
, BTA_HH_RPTT_INPUT},
269
if (p_rpt->uuid ==
GATT_UUID_HID_BT_KB_INPUT
)
310
case
GATT_UUID_HID_BT_KB_INPUT
:
311
return "
GATT_UUID_HID_BT_KB_INPUT
";
580
(p_rpt->uuid >=
GATT_UUID_HID_BT_KB_INPUT
&& p_rpt->uuid <= GATT_UUID_HID_BT_MOUSE_INPUT))
633
if (rpt_uuid ==
GATT_UUID_HID_BT_KB_INPUT
|| rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT)
810
else if (p_rpt->uuid ==
GATT_UUID_HID_BT_KB_INPUT
||
820
if ((p_rpt->uuid ==
GATT_UUID_HID_BT_KB_INPUT
||
865
else if ((p_rpt->uuid ==
GATT_UUID_HID_BT_KB_INPUT
||
[
all
...]
Completed in 31 milliseconds