Home
last modified time | relevance | path

Searched refs:db_address_type (Results 1 – 1 of 1) sorted by relevance

/btstack/src/ble/
H A Dsm.c1568 int db_address_type = BD_ADDR_TYPE_UNKNOWN; in sm_le_device_db_index_lookup() local
1569 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()