Lines Matching refs:proto_mode
781 void bta_hh_le_register_input_notif(tBTA_HH_DEV_CB *p_dev_cb, UINT8 proto_mode, BOOLEAN register_ba) in bta_hh_le_register_input_notif() argument
786 APPL_TRACE_DEBUG("%s: bta_hh_le_register_input_notif mode: %d", __func__, proto_mode); in bta_hh_le_register_input_notif()
800 else if (proto_mode == BTA_HH_PROTO_BOOT_MODE) in bta_hh_le_register_input_notif()
818 else if (proto_mode == BTA_HH_PROTO_RPT_MODE) in bta_hh_le_register_input_notif()
1003 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()
1701 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode()
1707 hs_data.rsp_data.proto_mode = *(p_data->p_value->p_value); in bta_hh_le_proc_read_proto_mode()
1709 if (hs_data.rsp_data.proto_mode == 0) in bta_hh_le_proc_read_proto_mode()
1710 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()
1712 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode()
1714 p_dev_cb->mode = hs_data.rsp_data.proto_mode; in bta_hh_le_proc_read_proto_mode()
1718 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_le_proc_read_proto_mode()