Home
last modified time | relevance | path

Searched full:notification (Results 1 – 25 of 48) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/include/services/ans/
H A Dble_svc_ans.h25 /* 16 Bit Alert Notification Service UUID */
28 /* 16 Bit Alert Notification Service Characteristic UUIDs */
35 /* Alert Notification Service Category ID Bit Masks
48 /* Alert Notification Service Category IDs
65 /* Alert Notification Control Point Command IDs */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/src/
H A Dble_svc_ans.c31 /* Max length of a new alert notification, max string length + 2 bytes
81 /*** Alert Notification Service. */
123 /** Alert Notification Control Point
126 * enable/disable the alert notification of new alert
128 * by setting or clearing the notification bit in the
307 * with the notification.
359 * Send a new alert notification to the given category with the
363 * notification to.
365 * notification
374 /* Clear notification to remove old infomation that may persist */ in ble_svc_ans_new_alert_notify()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c64 * Application callback. Called when the write to the ANS Alert Notification
100 * 2. Writes the ANS Alert Notification Control Point characteristic.
106 * notification service! When this happens, or if a GATT procedure fails,
135 /* Write two bytes (99, 100) to the alert-notification-control-point in blecent_read_write_subscribe()
143 "Notification Control Point characteristic\n"); in blecent_read_write_subscribe()
260 * advertises connectability and support for the Alert Notification service.
281 /* The device has to advertise support for the Alert Notification in blecent_should_connect()
296 * support for the Alert Notification service.
426 /* Peer sent us a notification or indication. */ in blecent_gap_event()
431 "notification", in blecent_gap_event()
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c31 * Normal asynchronous notification shall occur for asynchronous I/O operations
111 * the asynchronous notification to occur as specified in Signal Generation and
202 * The aio_sigevent member specifies the notification which occurs when the
349 * The aio_sigevent member specifies the notification which occurs when the request
398 * asynchronous notification shall occur, according to the sig argument, when all
399 * the I/O operations complete. If sig is NULL, then no asynchronous notification
400 * shall occur. If sig is not NULL, asynchronous notification occurs as specified
410 * completed and, if necessary, the notification is sent, then the behavior is
/nrf52832-nimble/rt-thread/include/libc/
H A Dlibc_signal.h37 int sigev_notify; /* Notification type */
41 /* Notification function */
42 void *sigev_notify_attributes; /* Notification Attributes, really pthread_attr_t */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h548 * Represents a received ATT notification or indication.
555 * The contents of the notification or indication. If the
568 * Whether the received command is a notification or an
570 * o 0: Notification;
577 * Represents a transmitted ATT notification or indication, or a
585 * The status of the notification or indication transaction;
601 * Whether the transmitted command is a notification or an
603 * o 0: Notification;
611 * comment, the term "update" is used to refer to either a notification
H A Dble_gatt.h462 * Sends a "free-form" characteristic notification. This function consumes the
468 * outgoing notification.
477 * Sends a characteristic notification. The content of the message is read
484 * notification.
790 * Send notification (or indication) to any connected devices that have
791 * subscribed for notification (or indication) for specified characteristic.
H A Dble_hs.h234 /** @brief Security Manager Key Press Notification flag
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_notify_test.c261 /* Set initial notification / indication state and verify that subscription in ble_gatts_notify_test_misc_init()
293 /* Ensure notification / indication state reads back correctly. */ in ble_gatts_notify_test_misc_init()
585 /* Verify custom notification data. */ in TEST_CASE()
605 /* Verify notification sent properly. */ in TEST_CASE()
618 /* Verify notification sent properly. */ in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/
H A Dsyscfg.yml29 Sysinit stage for the alert notification service.
H A Dpkg.yml21 pkg.description: Alert Notification Service Server.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/
H A Dsyscfg.yml29 Set to 1 to support notification or 0 to disable it.
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c55 /* Measurement and notification timer */
289 /* Initialize measurement and notification timer */ in blecsc_sens_entry()
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/
H A Dsyscfg.yml21 description: Include support for the alert notification service.
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dmqueue.h39 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
H A Dmqueue.c272 int mq_notify(mqd_t mqdes, const struct sigevent *notification) in mq_notify() argument
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_pwm.c202 // The notification about finished playback is by default enabled, in start_playback()
204 // The notification that the peripheral has stopped is always enabled. in start_playback()
/nrf52832-nimble/rt-thread/src/
H A DKconfig225 A signal is an asynchronous notification sent to a specific thread
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gattc.c1480 * Handles a notification that an incoming read-group-type response has been
1693 * Handles a notification that a find-type-value response has been fully
2009 * Handles a notification that a read-by-type response has been fully
2237 * Handles a notification that a read-by-type response has been fully
2476 * Handles a notification that a read-by-type response has been fully
2685 * Handles a notification that a find-information response has been fully
2986 * Handles a notification that a read-by-type response has been fully
4189 /* Tell the application that a notification transmission was attempted. */ in ble_gattc_notify_custom()
4433 * Dispatches an incoming notification of the end of a
4478 * Dispatches an incoming notification of the end of a
[all …]
H A Dble_gatts.c1306 * Schedules a notification or indication for the specified peer-CCCD pair. If
1557 /* Notification for a connected device; we already sent it so there in ble_gatts_chr_updated()
1700 /* Assume no notification or indication will get sent. */ in ble_gatts_bonding_restored()
1715 * disconnected or unbonded. Schedule the notification or in ble_gatts_bonding_restored()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmqtt.h123 * @param status Connect result code or disconnection notification @see mqtt_connection_status_t
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppol2tp.h78 #define PPPOL2TP_MESSAGETYPE_STOPCCN 4 /* Stop Control Connection Notification */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmqtt.h99 * @param status Connect result code or disconnection notification @see mqtt_connection_status_t
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppol2tp.h82 #define PPPOL2TP_MESSAGETYPE_STOPCCN 4 /* Stop Control Connection Notification */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/src/
H A Dble_svc_uart.c65 * and one notification only read charateristic

12