/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/include/services/ans/ |
H A D | ble_svc_ans.h | 25 /* 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 D | ble_svc_ans.c | 31 /* 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 D | blecent.c | 64 * 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 D | posix_aio.c | 31 * 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 D | libc_signal.h | 37 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 D | ble_gap.h | 548 * 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 D | ble_gatt.h | 462 * 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 D | ble_hs.h | 234 /** @brief Security Manager Key Press Notification flag
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_notify_test.c | 261 /* 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 D | syscfg.yml | 29 Sysinit stage for the alert notification service.
|
H A D | pkg.yml | 21 pkg.description: Alert Notification Service Server.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/ |
H A D | syscfg.yml | 29 Set to 1 to support notification or 0 to disable it.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/ |
H A D | blecsc_sens.c | 55 /* Measurement and notification timer */ 289 /* Initialize measurement and notification timer */ in blecsc_sens_entry()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/ |
H A D | syscfg.yml | 21 description: Include support for the alert notification service.
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | mqueue.h | 39 int mq_notify(mqd_t mqdes, const struct sigevent *notification);
|
H A D | mqueue.c | 272 int mq_notify(mqd_t mqdes, const struct sigevent *notification) in mq_notify() argument
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_pwm.c | 202 // 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 D | Kconfig | 225 A signal is an asynchronous notification sent to a specific thread
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gattc.c | 1480 * 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 D | ble_gatts.c | 1306 * 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 D | mqtt.h | 123 * @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 D | pppol2tp.h | 78 #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 D | mqtt.h | 99 * @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 D | pppol2tp.h | 82 #define PPPOL2TP_MESSAGETYPE_STOPCCN 4 /* Stop Control Connection Notification */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/src/ |
H A D | ble_svc_uart.c | 65 * and one notification only read charateristic
|