OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tHID_HOST_DEV_CALLBACK
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
hidh_api.h
55
/* HID-HOST returns the events in the following table to the application via
tHID_HOST_DEV_CALLBACK
79
typedef void (
tHID_HOST_DEV_CALLBACK
) (UINT8 dev_handle,
117
HID_API extern tHID_STATUS HID_HostRegister (
tHID_HOST_DEV_CALLBACK
*dev_cback);
/external/bluetooth/bluedroid/stack/hid/
hidh_int.h
53
tHID_HOST_DEV_CALLBACK
*callback; /* Application callbacks */
hidh_api.c
278
tHID_STATUS HID_HostRegister (
tHID_HOST_DEV_CALLBACK
*dev_cback)
Completed in 453 milliseconds