zephyr/tests/bluetooth/gatt
Olivier Lesage 7b61bd6518 bluetooth: gatt: Add BT_GATT_CCC_WITH_WRITE_CB()
Add simple helper macro so users can define a CCCD with a write cb
without having to combine BT_GATT_CCC_MANAGED() and
BT_GATT_CCC_INITIALIZER() themselves.

Unlike the changed callback the write callback has a return value
that can be used to reject the write request.

Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
2025-04-11 16:17:42 +02:00
..
src bluetooth: gatt: Add BT_GATT_CCC_WITH_WRITE_CB() 2025-04-11 16:17:42 +02:00
CMakeLists.txt
prj.conf Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR 2024-12-03 10:16:44 +01:00
test.overlay
testcase.yaml