Lines Matching refs:bdstr
642 const char* bdstr = addrstr.c_str(); in bta_hh_le_co_rpt_info() local
644 size_t len = btif_config_get_bin_length(bdstr, "HidReport"); in bta_hh_le_co_rpt_info()
646 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info()
652 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info()
654 btif_config_set_int(bdstr, "HidReportVersion", BTA_HH_CACHE_REPORT_VERSION); in bta_hh_le_co_rpt_info()
655 BTIF_TRACE_DEBUG("%s() - Saving report; dev=%s, idx=%d", __func__, bdstr, in bta_hh_le_co_rpt_info()
680 const char* bdstr = addrstr.c_str(); in bta_hh_le_co_cache_load() local
682 size_t len = btif_config_get_bin_length(bdstr, "HidReport"); in bta_hh_le_co_cache_load()
686 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load()
689 btif_config_get_int(bdstr, "HidReportVersion", &cache_version); in bta_hh_le_co_cache_load()
699 bdstr); in bta_hh_le_co_cache_load()
718 const char* bdstr = addrstr.c_str(); in bta_hh_le_co_reset_rpt_cache() local
720 btif_config_remove(bdstr, "HidReport"); in bta_hh_le_co_reset_rpt_cache()
721 btif_config_remove(bdstr, "HidReportVersion"); in bta_hh_le_co_reset_rpt_cache()
722 BTIF_TRACE_DEBUG("%s() - Reset cache for bda %s", __func__, bdstr); in bta_hh_le_co_reset_rpt_cache()