Searched defs:cached_name (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c934 char *cached_name = NULL; local
942 cached_name = (char *)bdname.name;
946 cached_name = "Bluetooth HID";
949 BTIF_TRACE_WARNING("%s: name = %s", __FUNCTION__, cached_name);
950 bta_hh_co_send_hid_info(p_dev, cached_name,

Completed in 87 milliseconds