Searched refs:bt_settings_encode_key (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | settings.h | 13 FAKE(bt_settings_encode_key) \ 17 DECLARE_FAKE_VOID_FUNC(bt_settings_encode_key, char *, size_t, const char *,
|
D | settings.c | 10 DEFINE_FAKE_VOID_FUNC(bt_settings_encode_key, char *, size_t, const char *,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | settings.c | 27 void bt_settings_encode_key(char *path, size_t path_size, const char *subsys, in bt_settings_encode_key() function 47 void bt_settings_encode_key(char *path, size_t path_size, const char *subsys, in bt_settings_encode_key() function 327 bt_settings_encode_key(key_str, sizeof(key_str), key, addr, (id ? id_str : NULL)); in bt_settings_store() 353 bt_settings_encode_key(key_str, sizeof(key_str), key, addr, (id ? id_str : NULL)); in bt_settings_delete()
|
D | settings.h | 36 void bt_settings_encode_key(char *path, size_t path_size, const char *subsys,
|
D | gatt.c | 5941 bt_settings_encode_key(key, sizeof(key), "ccc", in bt_gatt_connected() 5944 bt_settings_encode_key(key, sizeof(key), "ccc", in bt_gatt_connected()
|