Searched refs:ccc_cfg_changed (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | peripheral_mtu_update.c | 36 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/ |
D | server.c | 36 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/ |
D | peripheral.c | 42 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/ |
D | peripheral.c | 43 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/ |
D | main.c | 110 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/ |
D | btp_gatt.c | 533 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,
|