Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 21 of 21) sorted by relevance

/subsys/mgmt/mcumgr/mgmt/
A DKconfig13 bool "MCUmgr notification hook support"
17 this enables the base notification functionality but itself does not enable any
27 acceptable, true must be returned by all the registered notification handlers.
/subsys/usb/device/class/
A Dcdc_acm.c774 struct cdc_acm_notification notification; in cdc_acm_send_notification() local
777 notification.bmRequestType = 0xA1; in cdc_acm_send_notification()
778 notification.bNotificationType = 0x20; in cdc_acm_send_notification()
779 notification.wValue = 0U; in cdc_acm_send_notification()
780 notification.wIndex = 0U; in cdc_acm_send_notification()
781 notification.wLength = sys_cpu_to_le16(sizeof(serial_state)); in cdc_acm_send_notification()
782 notification.data = sys_cpu_to_le16(serial_state); in cdc_acm_send_notification()
787 (const uint8_t *)&notification, sizeof(notification), NULL); in cdc_acm_send_notification()
/subsys/bluetooth/audio/
A DKconfig28 int "Delay for notification sending retried attempt in 1.25 ms units"
33 retry to send notification that failed due to lack of TX buffers
A Dtbs.c104 struct bt_tbs_call_cp_notify notification; member
983 const struct bt_tbs_call_cp_notify *notification = &inst->cp_ntf.notification; in notify_handler_cb() local
986 notification->call_index, bt_tbs_opcode_str(notification->opcode), in notify_handler_cb()
987 bt_tbs_status_str(notification->status)); in notify_handler_cb()
989 err = notify(conn, BT_UUID_TBS_CALL_CONTROL_POINT, inst->attrs, notification, in notify_handler_cb()
990 sizeof(*notification)); in notify_handler_cb()
1852 struct bt_tbs_call_cp_notify *notification = &inst->cp_ntf.notification; in write_call_cp() local
1854 notification->call_index = call_index; in write_call_cp()
1855 notification->opcode = ccp->opcode; in write_call_cp()
1856 notification->status = status; in write_call_cp()
A DKconfig.ascs63 an ASE read or dropping a notification if the ASE state is being accessed by another
A DKconfig.bap229 before rejecting a read or dropping a notification if the scan delegator state is
/subsys/usb/device_next/
A DKconfig84 int "Maximum number of USB device notification messages" if USBD_MSG_DEFERRED_MODE
88 Maximum number of USB device notification messages that can be queued.
91 int "USB device notification messages work delay" if USBD_MSG_DEFERRED_MODE
/subsys/fs/virtiofs/
A DKconfig29 bool "Omit notification queue (idx 1) and assume that idx 1 is the first request queue"
32 According to virtio specification v1.3 section 5.11.2 queue at idx 1 is notification queue and
/subsys/net/ip/
A DKconfig.mgmt8 of the network stack as well as receiving notification on network
79 notification. Thus the size of this queue has to be tweaked depending
/subsys/logging/frontends/
A DKconfig25 int "Dropped notification period"
/subsys/usb/device_next/class/
A Dusbd_cdc_ecm.c321 struct cdc_ecm_notification notification = { in cdc_ecm_send_notification() local
352 net_buf_add_mem(buf, &notification, sizeof(struct cdc_ecm_notification)); in cdc_ecm_send_notification()
A Dusbd_cdc_acm.c575 struct cdc_acm_notification notification = { in cdc_acm_send_notification() local
606 net_buf_add_mem(buf, &notification, sizeof(struct cdc_acm_notification)); in cdc_acm_send_notification()
A Dusbd_cdc_ncm.c671 void *notification, size_t notification_size) in cdc_ncm_send_notification() argument
696 net_buf_add_mem(buf, notification, notification_size); in cdc_ncm_send_notification()
/subsys/mgmt/mcumgr/smp/
A DKconfig139 This will enable SMP command status notification hooks for when an SMP message is
/subsys/net/lib/lwm2m/
A DKconfig206 minimum time period, the notification must be sent after the time
214 between notifications. When this time period expires a notification
325 added to the observe notification list.
/subsys/bluetooth/host/classic/
A DKconfig365 int "Ring notification interval [EXPERIMENTAL]"
368 Ring notification interval if the call is in alert state.
/subsys/net/lib/coap/
A DKconfig156 bool "Receive notification when blocks are truncated"
/subsys/mgmt/mcumgr/grp/os_mgmt/
A DKconfig41 notification, when this is enabled and a handler is registered, the
/subsys/bluetooth/host/
A DKconfig.gatt160 When enable this option blocks notification and indications to client
/subsys/net/lib/sockets/
A DKconfig173 notification or socket is closed.
/subsys/bluetooth/mesh/
A DKconfig831 bool "The delayable message in the notification message context"

Completed in 131 milliseconds