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.c513 struct gatt_cf_cfg { struct
526 static struct gatt_cf_cfg cf_cfg[CF_CFG_MAX] = {}; argument
528 static void clear_cf_cfg(struct gatt_cf_cfg *cfg) in clear_cf_cfg()
547 static bool set_change_aware_no_store(struct gatt_cf_cfg *cfg, bool aware) in set_change_aware_no_store()
562 static void set_change_aware(struct gatt_cf_cfg *cfg, bool aware) in set_change_aware()
589 struct gatt_cf_cfg *cfg = &cf_cfg[i]; in set_all_change_unaware()
599 static struct gatt_cf_cfg *find_cf_cfg(struct bt_conn *conn) in find_cf_cfg()
604 struct gatt_cf_cfg *cfg = &cf_cfg[i]; in find_cf_cfg()
621 struct gatt_cf_cfg *cfg; in cf_read()
633 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