Searched refs:BTA_HD_APP_PROVIDER_LEN (Results 1 – 2 of 2) sorted by relevance
62 #define BTA_HD_APP_PROVIDER_LEN 50 macro74 char provider[BTA_HD_APP_PROVIDER_LEN + 1];
109 strncpy(p_buf->provider, p_app_info->p_provider, BTA_HD_APP_PROVIDER_LEN); in BTA_HdRegisterApp()110 p_buf->provider[BTA_HD_APP_PROVIDER_LEN] = '\0'; in BTA_HdRegisterApp()