Home
last modified time | relevance | path

Searched refs:proto_mode (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c773 UINT8 proto_mode, BOOLEAN register_ba) in bta_hh_le_register_input_notif() argument
781 APPL_TRACE_DEBUG1("bta_hh_le_register_input_notif mode: %d", proto_mode); in bta_hh_le_register_input_notif()
803 else if (proto_mode == BTA_HH_PROTO_BOOT_MODE) in bta_hh_le_register_input_notif()
823 else if (proto_mode == BTA_HH_PROTO_RPT_MODE) in bta_hh_le_register_input_notif()
1063 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()
1852 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode()
1858 hs_data.rsp_data.proto_mode = *(p_data->p_value->unformat.p_value); in bta_hh_le_proc_read_proto_mode()
1860 if (hs_data.rsp_data.proto_mode == 0) in bta_hh_le_proc_read_proto_mode()
1861 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()
1863 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode()
[all …]
Dbta_hh_act.c698 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act()
776 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT)? \ in bta_hh_ctrl_dat_act()
780 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_ctrl_dat_act()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hh.c902 p_data->hs_data.rsp_data.proto_mode, in btif_hh_upstreams_evt()
903 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report Mode" : in btif_hh_upstreams_evt()
904 … (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" : "Unsupported"); in btif_hh_upstreams_evt()
906 (bthh_protocol_mode_t) p_data->hs_data.rsp_data.proto_mode); in btif_hh_upstreams_evt()
1499 UINT8 proto_mode = protocolMode; in set_protocol() local
1519 BTIF_TRACE_WARNING2("s: Error, device proto_mode = %d.", __FUNCTION__, proto_mode); in set_protocol()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h285 tBTA_HH_PROTO_MODE proto_mode; /* GET_PROTO_EVT :protocol mode */ member