Home
last modified time | relevance | path

Searched refs:gatt_cf_cfg (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c517 struct gatt_cf_cfg { struct
530 static struct gatt_cf_cfg cf_cfg[CF_CFG_MAX] = {}; argument
532 static void clear_cf_cfg(struct gatt_cf_cfg *cfg) in clear_cf_cfg()
551 static bool set_change_aware_no_store(struct gatt_cf_cfg *cfg, bool aware) in set_change_aware_no_store()
566 static void set_change_aware(struct gatt_cf_cfg *cfg, bool aware) in set_change_aware()
593 struct gatt_cf_cfg *cfg = &cf_cfg[i]; in set_all_change_unaware()
603 static struct gatt_cf_cfg *find_cf_cfg(struct bt_conn *conn) in find_cf_cfg()
608 struct gatt_cf_cfg *cfg = &cf_cfg[i]; in find_cf_cfg()
625 struct gatt_cf_cfg *cfg; in cf_read()
637 static bool cf_set_value(struct gatt_cf_cfg *cfg, const uint8_t *value, uint16_t len) in cf_set_value()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2971 * :github:`54172` - Bluetooth: GATT: Written value of gatt_cf_cfg data may be dropped on power down