Home | History | Annotate | Download | only in hardware

Lines Matching refs:bd_addr

88 typedef void (*bthh_connection_state_callback)(RawAddress* bd_addr,
94 typedef void (*bthh_virtual_unplug_callback)(RawAddress* bd_addr,
101 typedef void (*bthh_hid_info_callback)(RawAddress* bd_addr,
107 typedef void (*bthh_protocol_mode_callback)(RawAddress* bd_addr,
113 typedef void (*bthh_idle_time_callback)(RawAddress* bd_addr,
119 typedef void (*bthh_get_report_callback)(RawAddress* bd_addr,
126 typedef void (*bthh_handshake_callback)(RawAddress* bd_addr,
154 bt_status_t (*connect)(RawAddress* bd_addr);
157 bt_status_t (*disconnect)(RawAddress* bd_addr);
160 bt_status_t (*virtual_unplug)(RawAddress* bd_addr);
163 bt_status_t (*set_info)(RawAddress* bd_addr, bthh_hid_info_t hid_info);
166 bt_status_t (*get_protocol)(RawAddress* bd_addr,
170 bt_status_t (*set_protocol)(RawAddress* bd_addr,
174 bt_status_t (*get_idle_time)(RawAddress* bd_addr);
177 bt_status_t (*set_idle_time)(RawAddress* bd_addr, uint8_t idleTime);
180 bt_status_t (*get_report)(RawAddress* bd_addr, bthh_report_type_t reportType,
184 bt_status_t (*set_report)(RawAddress* bd_addr, bthh_report_type_t reportType,
188 bt_status_t (*send_data)(RawAddress* bd_addr, char* data);