Searched refs:app_name (Results 1 – 1 of 1) sorted by relevance
212 char app_name[LEN_UUID_128 + 1]; in bta_hh_le_enable() local221 memset (app_name, 0, LEN_UUID_128 + 1); in bta_hh_le_enable()222 strncpy(app_name, "BTA HH OVER LE", LEN_UUID_128); in bta_hh_le_enable()224 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128); in bta_hh_le_enable()