Searched refs:bd_addr_str (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_config.cc | 137 const char* bd_addr_str = addrstr.c_str(); in btif_get_device_type() local 139 if (!btif_config_get_int(bd_addr_str, "DevType", p_device_type)) return false; in btif_get_device_type() 141 LOG_DEBUG("%s: Device [%s] type %d", __func__, bd_addr_str, *p_device_type); in btif_get_device_type() 149 const char* bd_addr_str = addrstr.c_str(); in btif_get_address_type() local 151 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) return false; in btif_get_address_type() 153 LOG_DEBUG("%s: Device [%s] address type %d", __func__, bd_addr_str, in btif_get_address_type()
|