Home
last modified time | relevance | path

Searched refs:p_dscp_info (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc183 const tHID_DEV_DSCP_INFO* p_dscp_info, in bta_hh_add_device_to_list() argument
201 if (p_dscp_info) { in bta_hh_add_device_to_list()
204 if (p_dscp_info->dl_len) { in bta_hh_add_device_to_list()
206 (uint8_t*)osi_malloc(p_dscp_info->dl_len); in bta_hh_add_device_to_list()
207 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len; in bta_hh_add_device_to_list()
208 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list, in bta_hh_add_device_to_list()
209 p_dscp_info->dl_len); in bta_hh_add_device_to_list()
Dbta_hh_int.h283 const tHID_DEV_DSCP_INFO* p_dscp_info,
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_utils.h44 const tHID_DEV_DSCP_INFO* p_dscp_info, uint8_t sub_class,
53 const tHID_DEV_DSCP_INFO* p_dscp_info, uint8_t sub_class, in operator()
56 body(p_cb, handle, attr_mask, p_dscp_info, sub_class, ssr_max_latency, in operator()
Dmock_bta_hh_utils.cc57 const tHID_DEV_DSCP_INFO* p_dscp_info, in bta_hh_add_device_to_list() argument
62 p_cb, handle, attr_mask, p_dscp_info, sub_class, ssr_max_latency, in bta_hh_add_device_to_list()