Home
last modified time | relevance | path

Searched refs:client_cfg_value (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c145 p_rpt->client_cfg_value); in bta_hh_le_hid_report_dbg()
813 p_rpt->client_cfg_value == BTA_GATT_CLT_CONFIG_NOTIFICATION) { in bta_hh_le_register_input_notif()
830 p_rpt->client_cfg_value == BTA_GATT_CLT_CONFIG_NOTIFICATION) { in bta_hh_le_register_input_notif()
837 p_rpt->client_cfg_value == BTA_GATT_CLT_CONFIG_NOTIFICATION) { in bta_hh_le_register_input_notif()
1990 STREAM_TO_UINT16(p_rpt->client_cfg_value, pp); in bta_hh_le_read_descr_cmpl()
1992 APPL_TRACE_DEBUG("Read Client Configuration: 0x%04x", p_rpt->client_cfg_value); in bta_hh_le_read_descr_cmpl()
2188 p_dev_cb->hid_srvc[hid_inst_id].report[p_dev_cb->clt_cfg_idx].client_cfg_value = in bta_hh_le_write_char_descr_cmpl()
3016 p_rpt->client_cfg_value = BTA_GATT_CLT_CONFIG_NOTIFICATION; in bta_hh_process_cache_rpt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h191 UINT16 client_cfg_value; member