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