Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dle_device_db.h101 int le_device_db_max_count(void);
H A Dle_device_db_tlv.c178 int le_device_db_max_count(void){ in le_device_db_max_count() function
184 btstack_assert(index < le_device_db_max_count()); in le_device_db_remove()
H A Dle_device_db_memory.c107 int le_device_db_max_count(void){ in le_device_db_max_count() function
H A Dsm.c1461 for (i=0; i < le_device_db_max_count(); i++){ in sm_store_bonding_information()
1486 for (i=0; i < le_device_db_max_count(); i++){ in sm_store_bonding_information()
1566 for (i=0; i < le_device_db_max_count(); i++){ in sm_le_device_db_index_lookup()
2275 while (sm_address_resolution_test < le_device_db_max_count()){ in sm_run_irk_lookup()
2288 le_device_db_max_count(), addr_type, bd_addr_to_str(addr)); in sm_run_irk_lookup()
2327 if (sm_address_resolution_test >= le_device_db_max_count()){ in sm_run_irk_lookup()
/btstack/src/ble/gatt-service/
H A Dbond_management_service_server.c103 for (i=0; i < le_device_db_max_count(); i++){ in bond_management_delete_bonding_information_le()
/btstack/test/gatt_service_server/
H A Dbond_management_service_server_test.cpp53 int le_device_db_max_count(void){ in le_device_db_max_count() function
/btstack/platform/wiced/
H A Dle_device_db_wiced_dct.c194 int le_device_db_max_count(void){ in le_device_db_max_count() function
/btstack/platform/posix/
H A Dle_device_db_fs.c274 int le_device_db_max_count(void){ in le_device_db_max_count() function
/btstack/src/
H A Dhci.c6793 for (i = 0; i < MAX_NUM_RESOLVING_LIST_ENTRIES && i < le_device_db_max_count(); i++) { in hci_run_general_gap_le()
6822 for (i = 0; i < MAX_NUM_RESOLVING_LIST_ENTRIES && i < le_device_db_max_count(); i++) { in hci_run_general_gap_le()
6844 … for (i = 0; i < MAX_NUM_RESOLVING_LIST_ENTRIES && i < le_device_db_max_count(); i++) { in hci_run_general_gap_le()
9951 if (le_device_db_index >= le_device_db_max_count()) return; in hci_load_le_device_db_entry_into_resolving_list()
9964 if (le_device_db_index >= le_device_db_max_count()) return; in hci_remove_le_device_db_entry_from_resolving_list()