Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h82 #define BTA_HD_REPORT_LEN HID_DEV_MTU_SIZE macro
90 uint8_t data[BTA_HD_REPORT_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_api.c155 if (p_report->len > BTA_HD_REPORT_LEN) { in BTA_HdSendReport()
158 __func__, p_report->len, BTA_HD_REPORT_LEN); in BTA_HdSendReport()