Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c148 bool use_report_id = FALSE; in bta_hd_register_act() local
158 !check_descriptor(p_app_data->d_data, p_app_data->d_len, &use_report_id)) { in bta_hd_register_act()
172 bta_hd_cb.use_report_id = use_report_id; in bta_hd_register_act()
370 report_id = (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) ? p_report->id : 0x00; in bta_hd_send_report_act()
517 if (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) { in bta_hd_intr_data_act()
561 if (bta_hd_cb.use_report_id) { in bta_hd_get_report_act()
608 if (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) { in bta_hd_set_report_act()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h129 bool use_report_id; member