Searched refs:p_app_info (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/bta/hd/ |
H A D | bta_hd_api.cc | 97 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() 125 p_buf->subclass = p_app_info->subclass; in BTA_HdRegisterApp() 128 p_app_info->descriptor.dl_len = BTA_HD_APP_DESCRIPTOR_LEN; in BTA_HdRegisterApp() 131 p_buf->d_len = p_app_info->descriptor.dl_len; in BTA_HdRegisterApp() 132 memcpy(p_buf->d_data, p_app_info->descriptor.dsc_list, in BTA_HdRegisterApp() [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_hd_api.cc | 48 void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument
|
/aosp12/system/bt/bta/include/ |
H A D | bta_hd_api.h | 173 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info,
|