Searched refs:db_address_type (Results 1 – 1 of 1) sorted by relevance
1568 int db_address_type = BD_ADDR_TYPE_UNKNOWN; in sm_le_device_db_index_lookup() local1569 le_device_db_info(i, &db_address_type, db_address, NULL); in sm_le_device_db_index_lookup()1572 … if ((address_type == (unsigned int)db_address_type) && (memcmp(address, db_address, 6) == 0)){ in sm_le_device_db_index_lookup()