Home
last modified time | relevance | path

Searched refs:dl_len (Results 1 – 8 of 8) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_api.c332 size_t len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; in BTA_HhAddDev()
345 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) { in BTA_HhAddDev()
346 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len; in BTA_HhAddDev()
350 dscp_info.descriptor.dl_len); in BTA_HhAddDev()
353 p_buf->dscp_info.descriptor.dl_len = 0; in BTA_HhAddDev()
Dbta_hh_utils.c207 if (p_dscp_info->dl_len) { in bta_hh_add_device_to_list()
209 (UINT8 *)osi_malloc(p_dscp_info->dl_len); in bta_hh_add_device_to_list()
210 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len; in bta_hh_add_device_to_list()
212 p_dscp_info->dl_len); in bta_hh_add_device_to_list()
Dbta_hh_le.c1657 p_srvc->descriptor.dl_len = p_data->p_value->len; in bta_hh_le_save_rpt_map()
2458 p_cb->dscp_info.descriptor.dl_len = p_cb->hid_srvc.descriptor.dl_len; in bta_hh_le_get_dscp_act()
/system/bt/btif/src/
Dbtif_hh.c528 dest->descriptor.dl_len = 0; in btif_hh_copy_hid_info()
529 if (src->descriptor.dl_len > 0) { in btif_hh_copy_hid_info()
530 dest->descriptor.dsc_list = (UINT8 *)osi_malloc(src->descriptor.dl_len); in btif_hh_copy_hid_info()
532 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len); in btif_hh_copy_hid_info()
533 dest->descriptor.dl_len = src->descriptor.dl_len; in btif_hh_copy_hid_info()
901 len = p_data->dscp_info.descriptor.dl_len; in btif_hh_upstreams_evt()
956 if (dscp_info.descriptor.dl_len >0 && dscp_info.descriptor.dsc_list != NULL) in btif_hh_upstreams_evt()
959 dscp_info.descriptor.dl_len = 0; in btif_hh_upstreams_evt()
1319 dscp_info.descriptor.dl_len = hid_info.dl_len; in set_info()
1320 dscp_info.descriptor.dsc_list = (UINT8 *)osi_malloc(dscp_info.descriptor.dl_len); in set_info()
[all …]
Dbtif_storage.c1287 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) in btif_storage_add_hid_device_info() argument
1301 if(dl_len > 0) in btif_storage_add_hid_device_info()
1302 btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info()
1368 dscp_info.descriptor.dl_len = (uint16_t)len; in btif_storage_load_bonded_hid_info()
/system/bt/stack/include/
Dhiddefs.h134 UINT16 dl_len; member
/system/bt/btif/include/
Dbtif_storage.h239 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
/system/bt/stack/hid/
Dhidh_api.c141 if ((p_nvi->dscp_info.dl_len = SDP_DISC_ATTR_LEN(p_repdesc->attr_len_type)) != 0) in hidh_search_callback()