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:__anon33758
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);
157
bt_status_t (*get_protocol) (bt_bdaddr_t *bd_addr,
bthh_protocol_mode_t
protocolMode);
160
bt_status_t (*set_protocol)(bt_bdaddr_t *bd_addr,
bthh_protocol_mode_t
protocolMode);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp
76
static void get_protocol_mode_callback(bt_bdaddr_t *bd_addr, bthh_status_t hh_status,
bthh_protocol_mode_t
mode) {
289
bthh_protocol_mode_t
protocolMode;
298
if ( (status = sBluetoothHidInterface->get_protocol((bt_bdaddr_t *) addr, (
bthh_protocol_mode_t
) protocolMode)) !=
344
bthh_protocol_mode_t
mode;
/external/bluetooth/bluedroid/btif/src/
btif_hh.c
[
all
...]
Completed in 2012 milliseconds