Lines Matching refs:bt_keys
65 struct bt_keys { struct
87 #define BT_KEYS_STORAGE_LEN (sizeof(struct bt_keys) - \ argument
88 offsetof(struct bt_keys, storage_start))
103 void bt_keys_foreach_type(enum bt_keys_type type, void (*func)(struct bt_keys *keys, void *data),
124 struct bt_keys *bt_keys_get_addr(uint8_t id, const bt_addr_le_t *addr);
141 struct bt_keys *bt_keys_get_type(enum bt_keys_type type, uint8_t id, const bt_addr_le_t *addr);
153 struct bt_keys *bt_keys_find(enum bt_keys_type type, uint8_t id, const bt_addr_le_t *addr);
163 struct bt_keys *bt_keys_find_irk(uint8_t id, const bt_addr_le_t *addr);
173 struct bt_keys *bt_keys_find_addr(uint8_t id, const bt_addr_le_t *addr);
181 void bt_keys_add_type(struct bt_keys *keys, enum bt_keys_type type);
188 void bt_keys_clear(struct bt_keys *keys);
198 int bt_keys_store(struct bt_keys *keys);
200 static inline int bt_keys_store(struct bt_keys *keys) in bt_keys_store()
238 void bt_keys_show_sniffer_info(struct bt_keys *keys, void *data);