Home | History | Annotate | Download | only in hh

Lines Matching defs:app_name

212     char       app_name[LEN_UUID_128 + 1];
221 memset (app_name, 0, LEN_UUID_128 + 1);
222 strncpy(app_name, "BTA HH OVER LE", LEN_UUID_128);
224 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);