OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bthh_protocol_mode_t
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_hh.h
65
}
bthh_protocol_mode_t
;
typedef in typeref:enum:__anon30736
103
* the protocol mode is one of the value from
bthh_protocol_mode_t
105
typedef void (* bthh_protocol_mode_callback)(bt_bdaddr_t *bd_addr, bthh_status_t hh_status,
bthh_protocol_mode_t
mode);
163
bt_status_t (*get_protocol) (bt_bdaddr_t *bd_addr,
bthh_protocol_mode_t
protocolMode);
166
bt_status_t (*set_protocol)(bt_bdaddr_t *bd_addr,
bthh_protocol_mode_t
protocolMode);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp
77
static void get_protocol_mode_callback(bt_bdaddr_t *bd_addr, bthh_status_t hh_status,
bthh_protocol_mode_t
mode) {
318
bthh_protocol_mode_t
protocolMode;
327
if ( (status = sBluetoothHidInterface->get_protocol((bt_bdaddr_t *) addr, (
bthh_protocol_mode_t
) protocolMode)) !=
373
bthh_protocol_mode_t
mode;
/system/bt/btif/src/
btif_hh.c
[
all
...]
Completed in 497 milliseconds