Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.c212 char app_name[LEN_UUID_128 + 1]; in bta_hh_le_enable() local
221 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()