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.c360 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; in BTA_HhAddDev()
378 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) in BTA_HhAddDev()
380 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len; in BTA_HhAddDev()
382 …(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.dl_len); in BTA_HhAddDev()
387 p_buf->dscp_info.descriptor.dl_len = 0; in BTA_HhAddDev()
Dbta_hh_utils.c208 if (p_dscp_info->dl_len && in bta_hh_add_device_to_list()
210 (UINT8 *)GKI_getbuf(p_dscp_info->dl_len)) != NULL) in bta_hh_add_device_to_list()
212 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len; in bta_hh_add_device_to_list()
214 p_dscp_info->dl_len); in bta_hh_add_device_to_list()
Dbta_hh_le.c1862 p_srvc->descriptor.dl_len = p_data->p_value->unformat.len; in bta_hh_le_save_rpt_map()
2698 p_cb->dscp_info.descriptor.dl_len = p_cb->hid_srvc[i].descriptor.dl_len; in bta_hh_le_get_dscp_act()
3132 p_cb->hid_srvc[BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt_cache->inst_id)].descriptor.dl_len = in bta_hh_process_cache_rpt()
3133 p_cb->dscp_info.descriptor.dl_len; in bta_hh_process_cache_rpt()
/system/bt/btif/src/
Dbtif_hh.c549 dest->descriptor.dl_len = 0; in btif_hh_copy_hid_info()
550 if (src->descriptor.dl_len >0) in btif_hh_copy_hid_info()
552 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len); in btif_hh_copy_hid_info()
559 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len); in btif_hh_copy_hid_info()
560 dest->descriptor.dl_len = src->descriptor.dl_len; in btif_hh_copy_hid_info()
919 len = p_data->dscp_info.descriptor.dl_len; in btif_hh_upstreams_evt()
974 if (dscp_info.descriptor.dl_len >0 && dscp_info.descriptor.dsc_list != NULL) in btif_hh_upstreams_evt()
978 dscp_info.descriptor.dl_len=0; in btif_hh_upstreams_evt()
1358 dscp_info.descriptor.dl_len = hid_info.dl_len; in set_info()
1359 dscp_info.descriptor.dsc_list = (UINT8 *) GKI_getbuf(dscp_info.descriptor.dl_len); in set_info()
[all …]
Dbtif_storage.c1299 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) in btif_storage_add_hid_device_info() argument
1313 if(dl_len > 0) in btif_storage_add_hid_device_info()
1314 btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info()
1380 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.h236 … 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()