/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/tests/bsim/bluetooth/host/gatt/notify_stress/test_scripts/ |
D | run_test.sh | 7 # Verify that the Central can receive 30 notifications from the Peripheral over all available EATT 10 # Note: The number of notifications and the size of the characteristic are chosen empirically. 24 # parallelize notifications as much as possible, increasing traffic towards Central. 28 # 1. The Peripheral sends 30 notifications to the Central over all available EATT channels. 31 # 3. The test passes if all 30 notifications are successfully sent by the Peripheral and received
|
/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/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
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 23 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/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ |
D | dut.c | 63 /* 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/ |
D | csip_notify_client_test.c | 85 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/ |
D | mec1501modular_assy6885.conf | 4 # Disable only for this board to check notifications
|
D | mec172xmodular_assy6930.conf | 6 # Disable only for this board to check notifications
|
D | mec15xxevb_assy6853.conf | 4 # Disable only for this board to check notifications
|
D | mec172xevb_assy6906.conf | 6 # Disable only for this board to check 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() 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/subsys/mgmt/mcumgr/cb_notifications/ |
D | testcase.yaml | 7 mgmt.mcumgr.cb.notifications:
|
/Zephyr-latest/include/zephyr/xen/public/ |
D | event_channel.h | 38 * 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/misc/disconnect/dut/src/ |
D | main.c | 32 static atomic_t notifications; variable 171 atomic_inc(¬ifications); in notified() 173 if (atomic_get(¬ifications) == 3) { in notified() 245 * - tester: start periodic notifications in test_procedure_0() 260 WAIT_FOR(atomic_get(¬ifications) < 4, 10000, k_msleep(1)); in test_procedure_0()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/ |
D | prj.conf | 21 # Maximum possible EATT channels are used to parallelize notifications as much as possible,
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.ble | 10 Backend that sends log messages over Bluetooth LE Notifications. This
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | hrs.h | 35 /** @brief Heart rate notifications changed 37 * @param enabled Flag that is true if notifications were enabled, false
|
D | cts.h | 58 /** @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/ |
D | main.c | 116 /* 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/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | client_test.c | 10 * 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 247 printk("############# Send notifications during discovery request\n"); in test_main()
|
/Zephyr-latest/samples/bluetooth/peripheral_nus/ |
D | README.rst | 13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
|
/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/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | main.c | 309 * 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() 386 LOG_INF("send notifications"); in entrypoint_peer()
|