Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_api.c90 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO *p_app_info, tBTA_HD_QOS_INFO *p_in_qos, tBTA_HD_QOS… in BTA_HdRegisterApp() argument
96 if (p_app_info->p_name) { in BTA_HdRegisterApp()
97 strncpy(p_buf->name, p_app_info->p_name, BTA_HD_APP_NAME_LEN); in BTA_HdRegisterApp()
102 if (p_app_info->p_description) { in BTA_HdRegisterApp()
103 strncpy(p_buf->description, p_app_info->p_description, BTA_HD_APP_DESCRIPTION_LEN); in BTA_HdRegisterApp()
108 if (p_app_info->p_provider) { in BTA_HdRegisterApp()
109 strncpy(p_buf->provider, p_app_info->p_provider, BTA_HD_APP_PROVIDER_LEN); in BTA_HdRegisterApp()
114 p_buf->subclass = p_app_info->subclass; in BTA_HdRegisterApp()
115 p_buf->d_len = p_app_info->descriptor.dl_len; in BTA_HdRegisterApp()
116 memcpy(p_buf->d_data, p_app_info->descriptor.dsc_list, p_app_info->descriptor.dl_len); in BTA_HdRegisterApp()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h198 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO *p_app_info, tBTA_HD_QOS_INFO *p_in_qos, tBTA_HD_QOS…