Searched refs:bt_keys_foreach (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | keys.c | 121 void bt_keys_foreach(int type, void (*func)(struct bt_keys *keys, void *data), in bt_keys_foreach() function 402 bt_keys_foreach(BT_KEYS_ALL, id_add, NULL); in keys_commit() 404 bt_keys_foreach(BT_KEYS_IRK, id_add, NULL); in keys_commit()
|
A D | keys.h | 76 void bt_keys_foreach(int type, void (*func)(struct bt_keys *keys, void *data),
|
A D | hci_core.c | 2179 bt_keys_foreach(BT_KEYS_ALL, pending_id_update, NULL); in pending_id_keys_update() 2181 bt_keys_foreach(BT_KEYS_IRK, pending_id_update, NULL); in pending_id_keys_update() 4418 bt_keys_foreach(BT_KEYS_ALL, keys_add_id, NULL); in bt_id_del() 4420 bt_keys_foreach(BT_KEYS_IRK, keys_add_id, NULL); in bt_id_del()
|
Completed in 15 milliseconds