Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.cc1068 osi_free_and_reset((void**)&p_hid_srvc->rpt_map); in bta_hh_clear_service_cache()
1266 osi_free_and_reset((void**)&p_srvc->rpt_map); in read_hid_report_map_cb()
1269 p_srvc->rpt_map = (uint8_t*)osi_malloc(len); in read_hid_report_map_cb()
1272 STREAM_TO_ARRAY(p_srvc->rpt_map, pp, len); in read_hid_report_map_cb()
1274 p_srvc->descriptor.dsc_list = p_dev_cb->hid_srvc.rpt_map; in read_hid_report_map_cb()
Dbta_hh_int.h201 uint8_t* rpt_map; member