Lines Matching full:keys
1 /* keys.h - Bluetooth key handling */
38 /* Bit 2 and 3 might accidentally exist in old stored keys */
72 uint16_t keys; member
90 /** Clears all keys.
92 * Keys stored in settings are not cleared.
103 void bt_keys_foreach_type(enum bt_keys_type type, void (*func)(struct bt_keys *keys, void *data),
109 * If the pair already exists in the keys pool, no new reference is reserved
114 * @note If 'CONFIG_BT_KEYS_OVERWRITE_OLDEST' is defined and the keys pool is full,
129 * If the pair already exists in the keys pool, no new reference is reserved
178 * @param keys Key reference.
181 void bt_keys_add_type(struct bt_keys *keys, enum bt_keys_type type);
186 * @param keys Key reference to be cleared.
188 void bt_keys_clear(struct bt_keys *keys);
195 * @param keys Key reference.
198 int bt_keys_store(struct bt_keys *keys);
200 static inline int bt_keys_store(struct bt_keys *keys) in bt_keys_store() argument
238 void bt_keys_show_sniffer_info(struct bt_keys *keys, void *data);