Home
last modified time | relevance | path

Searched refs:ccc_cfg_changed (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c36 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in ccc_cfg_changed() function
48 BT_GATT_CCC(ccc_cfg_changed, BT_GATT_PERM_READ | BT_GATT_PERM_WRITE));
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
Dserver.c36 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in ccc_cfg_changed() function
50 BT_GATT_CCC(ccc_cfg_changed, BT_GATT_PERM_READ | BT_GATT_PERM_WRITE));
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c42 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in ccc_cfg_changed() function
56 BT_GATT_CCC(ccc_cfg_changed, BT_GATT_PERM_READ | BT_GATT_PERM_WRITE));
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c43 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in ccc_cfg_changed() function
57 BT_GATT_CCC(ccc_cfg_changed, BT_GATT_PERM_READ | BT_GATT_PERM_WRITE));
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c110 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in ccc_cfg_changed() function
123 BT_GATT_CCC(ccc_cfg_changed, BT_GATT_PERM_READ | BT_GATT_PERM_WRITE),
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c533 static void ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in ccc_cfg_changed() function
542 static struct bt_gatt_attr ccc = BT_GATT_CCC(ccc_cfg_changed,