Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c145 p_rpt->client_cfg_value); in bta_hh_le_hid_report_dbg()
835 p_rpt->client_cfg_value == BTA_GATT_CLT_CONFIG_NOTIFICATION) in bta_hh_le_register_input_notif()
856 p_rpt->client_cfg_value == BTA_GATT_CLT_CONFIG_NOTIFICATION) in bta_hh_le_register_input_notif()
865 p_rpt->client_cfg_value == BTA_GATT_CLT_CONFIG_NOTIFICATION) in bta_hh_le_register_input_notif()
2092 STREAM_TO_UINT16(p_rpt->client_cfg_value, pp); in bta_hh_le_read_descr_cmpl()
2094 APPL_TRACE_DEBUG("Read Client Configuration: 0x%04x", p_rpt->client_cfg_value); in bta_hh_le_read_descr_cmpl()
2299 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()
3151 p_rpt->client_cfg_value = BTA_GATT_CLT_CONFIG_NOTIFICATION; in bta_hh_process_cache_rpt()
Dbta_hh_int.h202 UINT16 client_cfg_value; member