/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/src/ |
H A D | ble_svc_ans.c | 29 /* Max length of new alert info string */ 31 /* Max length of a new alert notification, max string length + 2 bytes 45 /* Alert counts, one value for each category */ 66 /* Notify new alert */ 70 /* Notify unread alert */ 81 /*** Alert Notification Service. */ 85 /** Supported New Alert Catagory 88 * alert are supported in the server. 94 /** New Alert 104 /** Supported Unread Alert Catagory [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/src/ |
H A D | ble_svc_lls.c | 29 /* Alert level */ 49 /*** Characteristic: Alert Level. */ 89 * Simple read/write access callback for the alert level 127 * alert level. The actual alert implementation is left up to the 142 * Gets the current alert level. 144 * @return The current alert level 153 * Sets the current alert level. 155 * @return 0 on success, BLE_HS_EINVAL if the given alert level is not valid.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 43 * Application callback. Called when the read of the ANS Supported New Alert 64 * Application callback. Called when the write to the ANS Alert Notification 82 * for the ANS Unread Alert Status characteristic has completed. 99 * 1. Reads the ANS Supported New Alert Category characteristic. 100 * 2. Writes the ANS Alert Notification Control Point characteristic. 101 * 3. Subscribes to notifications for the ANS Unread Alert Status 105 * descriptor, then the peer lied when it claimed support for the alert 117 /* Read the supported-new-alert-category characteristic. */ in blecent_read_write_subscribe() 123 "Alert Category characteristic\n"); in blecent_read_write_subscribe() 135 /* Write two bytes (99, 100) to the alert-notification-control-point in blecent_read_write_subscribe() [all …]
|
/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/ias/src/ |
H A D | ble_svc_ias.c | 29 /* Alert level */ 45 /*** Service: Immediate Alert Service (IAS). */ 49 /*** Characteristic: Alert Level. */ 89 * Simple write access callback for the alert level 125 * the client signals an alert.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/ |
H A D | syscfg.yml | 20 description: "Initial supported new alert category bitmask." 24 description: "Initial supported unread alert category bitmask." 29 Sysinit stage for the alert notification service.
|
H A D | pkg.yml | 21 pkg.description: Alert Notification Service Server.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | ip6.h | 98 /* Hop-by-hop router alert option. */ 113 /* router alert option type */ 115 /* router alert option data len */ 117 /* router alert option data */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/ |
H A D | syscfg.yml | 22 Sysinit stage for the immediate alert BLE service.
|
H A D | pkg.yml | 21 pkg.description: Immediate Alert Service Implementation.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | ip6.h | 123 /* router alert option type */ 125 /* router alert option data len */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/include/services/ias/ |
H A D | ble_svc_ias.h | 26 /* Alert level definitions */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/ |
H A D | syscfg.yml | 21 description: Include support for the alert notification service.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/include/services/lls/ |
H A D | ble_svc_lls.h | 32 /* Alert level definitions */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | main.c | 62 /* This example provides GATT Alert service */ in main()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | igmp.c | 63 The router alert rfc 2113 is implemented in outgoing packets 76 * RFC 2113 - IP Router Alert Option - 743 /* This is the "router alert" option */ in igmp_ip_output_if() 765 /* IP header + "router alert" option + IGMP header */ in igmp_send()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | igmp.c | 63 The router alert rfc 2113 is implemented in outgoing packets 76 * RFC 2113 - IP Router Alert Option - 742 /* This is the "router alert" option */ in igmp_ip_output_if() 764 /* IP header + "router alert" option + IGMP header */ in igmp_send()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | igmp.c | 60 The router alert rfc 2113 is implemented in outgoing packets 73 * RFC 2113 - IP Router Alert Option - 747 /* This is the "router alert" option */ in igmp_ip_output_if() 769 /* IP header + "router alert" option + IGMP header */ in igmp_send()
|
/nrf52832-nimble/rt-thread/components/utilities/ |
H A D | Kconfig | 86 bool "ALERT"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | mld6.c | 518 * An IPv6 hop-by-hop options header with a router alert option 573 /* Add hop-by-hop headers options: router alert with MLD value. */ in mld6_send()
|
H A D | ip6.c | 1040 * Add a hop-by-hop options header with a router alert option and padding. 1046 * @param value the value of the router alert option data (e.g. IP6_ROUTER_ALERT_VALUE_MLD)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | ip6.c | 1393 * Add a hop-by-hop options header with a router alert option and padding. 1399 * @param value the value of the router alert option data (e.g. IP6_ROUTER_ALERT_VALUE_MLD) 1410 /* fixed 4 bytes for router alert option and 2 bytes padding */ 1425 /* Set router alert options to Hop-by-Hop extended option header */ 1431 /* Set router alert option data */
|
H A D | mld6.c | 556 * An IPv6 hop-by-hop options header with a router alert option 611 /* Add hop-by-hop headers options: router alert with MLD value. */ in mld6_send()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 91 * o 16-bit service UUIDs (alert notifications). in bleprph_advertise()
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/ |
H A D | ulog.c | 967 rt_kprintf("ALERT : 2 (1 << 1)\n"); 1003 rt_kprintf("ALERT : 2 (1 << 1)\n");
|