Home
last modified time | relevance | path

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

/system/bt/bta/hd/
Dbta_hd_api.cc97 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, in BTA_HdRegisterApp() argument
106 if (p_app_info->p_name) { in BTA_HdRegisterApp()
107 strlcpy(p_buf->name, p_app_info->p_name, BTA_HD_APP_NAME_LEN); in BTA_HdRegisterApp()
112 if (p_app_info->p_description) { in BTA_HdRegisterApp()
113 strlcpy(p_buf->description, p_app_info->p_description, in BTA_HdRegisterApp()
119 if (p_app_info->p_provider) { in BTA_HdRegisterApp()
120 strlcpy(p_buf->provider, p_app_info->p_provider, BTA_HD_APP_PROVIDER_LEN); in BTA_HdRegisterApp()
125 p_buf->subclass = p_app_info->subclass; in BTA_HdRegisterApp()
127 if (p_app_info->descriptor.dl_len > BTA_HD_APP_DESCRIPTOR_LEN) { in BTA_HdRegisterApp()
128 p_app_info->descriptor.dl_len = BTA_HD_APP_DESCRIPTOR_LEN; in BTA_HdRegisterApp()
[all …]
/system/bt/test/mock/
Dmock_bta_hd_api.cc48 void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument
/system/bt/bta/include/
Dbta_hd_api.h173 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info,