Home
last modified time | relevance | path

Searched full:notifications (Results 1 – 25 of 179) sorted by relevance

12345678

/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/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
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt23 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/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/
Ddut.c63 /* Link `cb` to notifications received from `peer` for `handle`. Using
73 /* Subscribe to notifications */ in fake_subscribe()
114 * - `peer`: sends long GATT notifications in entrypoint_dut()
115 * - `dut`: receives long notifications from `peer` in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcsip_notify_client_test.c85 printk("Waiting for all notifications to be received\n"); in test_main()
89 /* Disconnect and wait for server to advertise again (after notifications are triggered) */ in test_main()
118 printk("Waiting for all notifications to be received\n"); in test_main()
/Zephyr-latest/samples/drivers/espi/boards/
Dmec1501modular_assy6885.conf4 # Disable only for this board to check notifications
Dmec172xmodular_assy6930.conf6 # Disable only for this board to check notifications
Dmec15xxevb_assy6853.conf4 # Disable only for this board to check notifications
Dmec172xevb_assy6906.conf6 # Disable only for this board to check notifications
Dmec172xmodular_assy6930.overlay50 /* Disable unwanted VWs notifications
/Zephyr-latest/tests/subsys/mgmt/mcumgr/cb_notifications/
Dtestcase.yaml7 mgmt.mcumgr.cb.notifications:
/Zephyr-latest/include/zephyr/xen/public/
Devent_channel.h38 * notifications. An event is the Xen equivalent of a hardware
42 * Notifications are received by a guest via an upcall from Xen,
44 * notifications are masked until the bit is cleared again (therefore,
46 * delivery to ensure no missed notifications).
48 * Event notifications can be masked by setting a flag; this is
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c33 static atomic_t notifications; variable
201 atomic_inc(&notifications); in notified()
270 * Notifications and multiple Commands. in test_procedure_0()
287 * - tester: send two ATT notifications in test_procedure_0()
293 * - dut: handle the notifications in test_procedure_0()
309 WAIT_FOR_VAL(notifications, 2); in test_procedure_0()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c30 static atomic_t notifications; variable
169 atomic_inc(&notifications); in notified()
171 if (atomic_get(&notifications) == 3) { in notified()
243 * - tester: start periodic notifications in test_procedure_0()
258 WAIT_FOR_EXPR(notifications, < 4); in test_procedure_0()
/Zephyr-latest/subsys/logging/backends/
DKconfig.ble10 Backend that sends log messages over Bluetooth LE Notifications. This
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c10 * over EATT, send notifications, disconnect all bearers and reconnect EATT_BEARERS_TEST
11 * and send start a transaction with a request, then send a lot of notifications
13 * The test might be expanded by checking that all the notifications all transmitted
238 printk("############# Send notifications during discovery request\n"); in test_main()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dhrs.h35 /** @brief Heart rate notifications changed
37 * @param enabled Flag that is true if notifications were enabled, false
Dcts.h58 /** @brief Current Time Service notifications changed
60 * @param enabled True if notifications are enabled, false if disabled
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/
Dmain.c116 /* There should not be a host notifications */ in ZTEST()
142 /* There should not be a host notifications */ in ZTEST()
214 /* There should not be a host notifications */ in ZTEST()
244 /* There should not be a host notifications */ in ZTEST()
303 /* There should not be a host notifications */ in ZTEST()
357 /* There should not be a host notifications */ in ZTEST()
411 /* There should not be a host notifications */ in ZTEST()
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/
Dmain.c309 * a few ATT notifications then disconnecting. in entrypoint_dut()
311 * The test stops after an arbitrary number of notifications have been in entrypoint_dut()
332 /* Wait until we got all notifications from both peers */ in entrypoint_dut()
370 /* prepare data for notifications */ in entrypoint_peer()
385 LOG_INF("send notifications"); in entrypoint_peer()
/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/subsys/bluetooth/services/bas/
Dbas.c40 LOG_INF("BAS Notifications %s", notif_enabled ? "enabled" : "disabled"); in blvl_ccc_cfg_changed()
51 LOG_INF("BAS Notifications %s", notif_enabled ? "enabled" : "disabled"); in blvl_status_ccc_cfg_changed()

12345678