OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_report
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/include/hardware/
bt_hh.h
165
/** Send a
SET_REPORT
to HID device. */
166
bt_status_t (*
set_report
)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report);
member in struct:__anon20633
/external/bluetooth/bluedroid/stack/include/
hidh_api.h
62
HID_HDEV_EVT_HANDSHAKE Device sent
SET_REPORT
Data=Result-code pdata=NA.
/external/qemu/hw/
bt-hid.c
81
#define
SET_REPORT
0x2109
142
* or a
SET_REPORT
? */
usb-hid.c
33
#define
SET_REPORT
0x2109
774
case
SET_REPORT
:
/external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c
193
** Description send
SET_REPORT
to device.
/external/bluetooth/bluedroid/bta/include/
bta_hh_api.h
373
** Description send
SET_REPORT
to device.
/external/bluetooth/bluedroid/btif/src/
btif_hh.c
1562
static bt_status_t
set_report
(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report)
function
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp
409
if ( (status = sBluetoothHidInterface->
set_report
((bt_bdaddr_t *) addr, (bthh_report_type_t)rType, (char*) c_report)) !=
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
99
//Send
SET_REPORT
with feature report if the report type in output event is FEATURE
/frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java
588
* Send
Set_Report
command to the connected HID input device.
Completed in 534 milliseconds