Searched refs:notifications (Results 1 – 25 of 43) sorted by relevance
12
/Zephyr-latest/drivers/charger/ |
D | Kconfig | 26 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/ |
D | Kconfig | 16 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/drivers/tee/optee/ |
D | Kconfig | 16 int "Max number of OP-TEE notifications" 20 Sets the maximum notifications from OP-TEE to the Normal World. OP-TEE using
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 30 static atomic_t notifications; variable 169 atomic_inc(¬ifications); in notified() 171 if (atomic_get(¬ifications) == 3) { in notified() 258 WAIT_FOR_EXPR(notifications, < 4); in test_procedure_0()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.has | 20 This option enables support for clients to subscribe for notifications 45 This option enables support for clients to subscribe for notifications
|
D | Kconfig.vcp | 52 This option enables support for clients to subscribe for notifications
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 33 static atomic_t notifications; variable 201 atomic_inc(¬ifications); in notified() 309 WAIT_FOR_VAL(notifications, 2); in test_procedure_0()
|
/Zephyr-latest/samples/drivers/espi/boards/ |
D | mec172xmodular_assy6930.overlay | 50 /* Disable unwanted VWs notifications
|
/Zephyr-latest/samples/bluetooth/peripheral_nus/ |
D | README.rst | 13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 23 Requests, responses, indications, confirmations, notifications. 96 notifications or indications on the characteristics that require 140 int "Delay for batching multiple notifications in a single PDU." 145 notifications will be tentatively appended to form a single 162 '...the server shall not send notifications and indications to such 174 notifications and indications to a device which has not subscribed to
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 67 Transition operation completion notifications are provided through 74 before issuing completion notifications associated with the new
|
/Zephyr-latest/lib/mem_blocks/ |
D | Kconfig | 22 bool "Memory Blocks Allocator event notifications"
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 114 MTU Test Update: notifications enabled 115 MTU Test Update: notifications disabled
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 56 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
|
D | ccp.rst | 28 subscribe to all notifications (default is to subscribe to all). 83 In the following examples, notifications from GTBS is ignored, unless otherwise
|
D | bap_broadcast_assistant.rst | 25 subscribe to all notifications.
|
D | csip.rst | 32 notifications (default is to subscribe to all).
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 15 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/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 39 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/ |
D | Kconfig.mgmt | 12 bool "Add support for runtime network event notifications"
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 56 bool "sys_heap event notifications"
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 46 …notifications/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/ |
D | power_domain.rst | 144 state. These notifications are sent as actions in the device PM action
|
/Zephyr-latest/drivers/usb/device/ |
D | Kconfig | 134 callbacks and providing proper notifications to the USB device stack.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 114 bool "Disable buffering notifications and messages on queue mode" 205 between notifications. If a resource has to be notified during this 214 between notifications. When this time period expires a notification
|
12