/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/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 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/ |
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
|
D | mec172xmodular_assy6930.overlay | 50 /* Disable unwanted VWs notifications
|
/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/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/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() 243 * - tester: start periodic notifications in test_procedure_0() 258 WAIT_FOR_EXPR(notifications, < 4); in test_procedure_0()
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.ble | 10 Backend that sends log messages over Bluetooth LE Notifications. This
|
/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 238 printk("############# Send notifications during discovery request\n"); in test_main()
|
/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/samples/bluetooth/peripheral_nus/ |
D | README.rst | 13 characteristic, it will start receiving periodic notifications with "Hello World!\n".
|
/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() 385 LOG_INF("send notifications"); in entrypoint_peer()
|
/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/subsys/bluetooth/services/bas/ |
D | bas.c | 40 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()
|