HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_HD_SET_REPORT (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/include/
bta_hd_api.h 101 } tBTA_HD_SET_REPORT;
122 tBTA_HD_SET_REPORT set_report; /* BTA_HD_SET_REPORT */
  /system/bt/btif/src/
btif_hd.cc 89 tBTA_HD_SET_REPORT* p_dst_data = (tBTA_HD_SET_REPORT*)p_dst;
90 tBTA_HD_SET_REPORT* p_src_data = (tBTA_HD_SET_REPORT*)p_src;
97 memcpy(p_dst, p_src, sizeof(tBTA_HD_SET_REPORT));
99 p_data = ((uint8_t*)p_dst_data) + sizeof(tBTA_HD_SET_REPORT);
323 param_len = sizeof(tBTA_HD_SET_REPORT) + p_data->set_report.len;
  /system/bt/bta/hd/
bta_hd_act.cc 568 tBTA_HD_SET_REPORT ret = {0, 0, 0, NULL};

Completed in 1342 milliseconds