OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_report
(Results
1 - 3
of
3
) 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:__anon31046
/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/src/
btif_hh.c
1585
static bt_status_t
set_report
(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report)
function
[
all
...]
Completed in 302 milliseconds