Searched refs:notification (Results 1 – 21 of 21) sorted by relevance
/subsys/mgmt/mcumgr/mgmt/ |
A D | Kconfig | 13 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 D | cdc_acm.c | 774 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 *)¬ification, sizeof(notification), NULL); in cdc_acm_send_notification()
|
/subsys/bluetooth/audio/ |
A D | Kconfig | 28 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 D | tbs.c | 104 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 D | Kconfig.ascs | 63 an ASE read or dropping a notification if the ASE state is being accessed by another
|
A D | Kconfig.bap | 229 before rejecting a read or dropping a notification if the scan delegator state is
|
/subsys/usb/device_next/ |
A D | Kconfig | 84 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 D | Kconfig | 29 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 D | Kconfig.mgmt | 8 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 D | Kconfig | 25 int "Dropped notification period"
|
/subsys/usb/device_next/class/ |
A D | usbd_cdc_ecm.c | 321 struct cdc_ecm_notification notification = { in cdc_ecm_send_notification() local 352 net_buf_add_mem(buf, ¬ification, sizeof(struct cdc_ecm_notification)); in cdc_ecm_send_notification()
|
A D | usbd_cdc_acm.c | 575 struct cdc_acm_notification notification = { in cdc_acm_send_notification() local 606 net_buf_add_mem(buf, ¬ification, sizeof(struct cdc_acm_notification)); in cdc_acm_send_notification()
|
A D | usbd_cdc_ncm.c | 671 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 D | Kconfig | 139 This will enable SMP command status notification hooks for when an SMP message is
|
/subsys/net/lib/lwm2m/ |
A D | Kconfig | 206 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 D | Kconfig | 365 int "Ring notification interval [EXPERIMENTAL]" 368 Ring notification interval if the call is in alert state.
|
/subsys/net/lib/coap/ |
A D | Kconfig | 156 bool "Receive notification when blocks are truncated"
|
/subsys/mgmt/mcumgr/grp/os_mgmt/ |
A D | Kconfig | 41 notification, when this is enabled and a handler is registered, the
|
/subsys/bluetooth/host/ |
A D | Kconfig.gatt | 160 When enable this option blocks notification and indications to client
|
/subsys/net/lib/sockets/ |
A D | Kconfig | 173 notification or socket is closed.
|
/subsys/bluetooth/mesh/ |
A D | Kconfig | 831 bool "The delayable message in the notification message context"
|
Completed in 131 milliseconds