Searched refs:bd_addr_str (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_config.cc95 const char* bd_addr_str = addrstr.c_str(); local
97 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type)) return false;
99 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __func__, bd_addr_str,
108 const char* bd_addr_str = addrstr.c_str(); local
110 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) return false;
112 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __func__, bd_addr_str,

Completed in 38 milliseconds