Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/drivers/charger/
DKconfig26 current notifications.
32 voltage notifications.
34 menu "Discharge current notifications"
37 bool "Support discharge current notifications"
40 Enables support for discharge current notifications
47 bool "Support system voltage notifications"
50 Enables support for system voltage notifications
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig16 notifications which will result in callbacks when a registered event occurs. Note that
18 notifications, which must be enabled by selecting other Kconfig options.
20 To enable notifications in code, mgmt_callback_register() must be called with the
26 function that the request should be denied, for informal-only notifications or
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c32 static atomic_t notifications; variable
171 atomic_inc(&notifications); in notified()
173 if (atomic_get(&notifications) == 3) { in notified()
260 WAIT_FOR(atomic_get(&notifications) < 4, 10000, k_msleep(1)); in test_procedure_0()
/Zephyr-latest/drivers/tee/optee/
DKconfig16 int "Max number of OP-TEE notifications"
20 Sets the maximum notifications from OP-TEE to the Normal World. OP-TEE using
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.has20 This option enables support for clients to subscribe for notifications
45 This option enables support for clients to subscribe for notifications
DKconfig.vcp53 This option enables support for clients to subscribe for notifications
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c33 static atomic_t notifications; variable
201 atomic_inc(&notifications); in notified()
309 WAIT_FOR_VAL(notifications, 2); in test_procedure_0()
/Zephyr-latest/samples/drivers/espi/boards/
Dmec172xmodular_assy6930.overlay50 /* Disable unwanted VWs notifications
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt23 Requests, responses, indications, confirmations, notifications.
96 notifications or indications on the characteristics that require
141 int "Delay for batching multiple notifications in a single PDU."
146 notifications will be tentatively appended to form a single
163 '...the server shall not send notifications and indications to such
175 notifications and indications to a device which has not subscribed to
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst11 receive responses, indications and notifications sent by the server. It is
16 sends responses, indications and notifications to the client.
/Zephyr-latest/doc/services/resource_management/
Dindex.rst67 Transition operation completion notifications are provided through
74 before issuing completion notifications associated with the new
/Zephyr-latest/lib/mem_blocks/
DKconfig22 bool "Memory Blocks Allocator event notifications"
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst114 MTU Test Update: notifications enabled
115 MTU Test Update: notifications disabled
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dmcp.rst56 Track changes are signalled as notifications of the *track changed*
77 characteristics, or by configuring the server to send notifications.
93 notifications.
437 notifications of the various characteristics, for testing that the
438 client receives notifications. The values sent in the notifications
Dtbs.rst28 subscribe to all notifications (default is to subscribe to all).
83 In the following examples, notifications from GTBS are ignored, unless otherwise specified.
Dbap_broadcast_assistant.rst25 subscribe to all notifications.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_mgmt.rst15 the IP stack, or receive notifications on relevant network events. For
50 You can receive notifications on network events by registering a
/Zephyr-latest/subsys/net/lib/coap/
DKconfig160 receive network stack notifications about block truncation.
255 receive network stack notifications about block truncation.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig39 Allows applications to control and get notifications of when a reset
156 Allows applications to control and get notifications of when a datetime set/get
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt12 bool "Add support for runtime network event notifications"
/Zephyr-latest/doc/services/zbus/
Dindex.rst46notifications/messages to the observers. The VDED logic runs inside the publishing action in the s…
48 channel, it also propagates the notifications to the observers;
50 receiving notifications from the bus.
96 sending notifications from channel ``C3``. In (d), the event dispatcher will stop sending
97 notifications from channels ``C3`` and ``C5`` to ``Subscriber 1``.
134 be dynamic or static allocated; notifications can be synchronous or asynchronous; the developer can
413 overwrites the value from the first. Thus, the subscriber will receive two notifications, but
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst144 state. These notifications are sent as actions in the device PM action
/Zephyr-latest/lib/heap/
DKconfig68 bool "sys_heap event notifications"
/Zephyr-latest/drivers/usb/device/
DKconfig134 callbacks and providing proper notifications to the USB device stack.

12