Lines Matching refs:report

82  * Description      debug function to print out all HID report available on
93 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[0];
337 * Description find the report entry by service instance and report UUID
355 p_rpt = &p_cb->hid_srvc.report[0];
370 * Description find a report entry by report ID and protocol mode
389 /* return battery report w/o condition */
408 * Description find or allocate a report entry in the HID service report
425 p_rpt = &p_cb->hid_srvc.report[0];
438 /* assign report type */
501 * Description save report reference information and move to next one.
512 /* close the connection and report service discovery complete with error */
524 if (p_rpt->rpt_type > BTA_HH_RPTT_FEATURE) /* invalid report type */
528 APPL_TRACE_DEBUG("%s: report ID: %d", __func__, p_rpt->rpt_id);
550 * Description Register for all notifications for the report applicable
558 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0];
571 /* boot mode, deregister report input notification */
618 tBTA_HH_LE_RPT* p_rpt = &p_dev_cb->hid_srvc.report[0];
709 p_dev_cb->hid_srvc.report[p_dev_cb->clt_cfg_idx].client_cfg_value =
723 * Description write client configuration. This is only for input report
729 tBTA_HH_LE_RPT* p_rpt = &p_cb->hid_srvc.report[p_cb->clt_cfg_idx];
733 /* enable notification for all input report, regardless mode */
805 /* if set to report mode, need to de-register all input report
848 /* match up BTE/BTA report/boot mode def*/
850 /* LE repot mode is the opposite value of BR/EDR report mode, flip it here
889 /* no service support protocol_mode, by default report mode */
990 * if no cache available, otherwise report connection open
1111 /* unbonded device, report security error here */
1224 /* set report notification configuration */
1435 APPL_TRACE_ERROR("%s: Add report entry failed !!!", __func__);
1446 /* found boot mode report types */
1452 APPL_TRACE_ERROR("%s: Add report entry failed !!!", __func__);
1489 /* close the connection and report service discovery complete with error */
1550 * Description process the notificaton event, most likely for input report.
1596 APPL_TRACE_DEBUG("Notification received on report ID: %d", p_rpt->rpt_id);
1598 /* need to append report ID to the head of data */
1713 * Description Process the Read report complete, send GET_REPORT_EVT to
1714 * application with the report data.
1769 /* attach report ID as the first byte of the report before sending it to
1797 p_cb->hid_srvc.report, p_cb->mode, r_type, rpt_id);
1800 APPL_TRACE_ERROR("%s: no matching report", __func__);
1855 /* strip report ID from the data */
1860 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode,
1863 APPL_TRACE_ERROR("%s: no matching report", __func__);
1931 case HID_TRANS_DATA: /* output report */
2129 * Description a test command to read report descriptor client
2148 p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc.report, p_cb->mode,
2152 APPL_TRACE_ERROR("%s: no matching report", __func__);
2197 // APPL_TRACE_ERROR("bta_hh_process_cache_rpt: allocation report