Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dkeys.c121 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 Dkeys.h76 void bt_keys_foreach(int type, void (*func)(struct bt_keys *keys, void *data),
A Dhci_core.c2179 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