/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/ |
H A D | blehr.c | 180 MODLOG_DFLT(INFO, "subscribe event; cur_notify=%d\n value handle; " in blehr_gap_event() 182 event->subscribe.cur_notify, hrs_hrm_handle); in blehr_gap_event() 183 if (event->subscribe.attr_handle == hrs_hrm_handle) { in blehr_gap_event() 184 notify_state = event->subscribe.cur_notify; in blehr_gap_event() 185 notify_conn_handle = event->subscribe.conn_handle; in blehr_gap_event() 187 } else if (event->subscribe.attr_handle != hrs_hrm_handle) { in blehr_gap_event() 188 notify_state = event->subscribe.cur_notify; in blehr_gap_event()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/ |
H A D | blecsc_sens.c | 233 MODLOG_DFLT(INFO, "subscribe event attr_handle=%d\n", in blecsc_gap_event() 234 event->subscribe.attr_handle); in blecsc_gap_event() 236 if (event->subscribe.attr_handle == csc_measurement_handle) { in blecsc_gap_event() 237 notify_state = event->subscribe.cur_notify; in blecsc_gap_event() 241 else if (event->subscribe.attr_handle == csc_control_point_handle) { in blecsc_gap_event() 242 gatt_svr_set_cp_indicate(event->subscribe.cur_indicate); in blecsc_gap_event() 244 event->subscribe.cur_indicate); in blecsc_gap_event()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 223 MODLOG_DFLT(INFO, "subscribe event; conn_handle=%d attr_handle=%d " in bleprph_gap_event() 225 event->subscribe.conn_handle, in bleprph_gap_event() 226 event->subscribe.attr_handle, in bleprph_gap_event() 227 event->subscribe.reason, in bleprph_gap_event() 228 event->subscribe.prev_notify, in bleprph_gap_event() 229 event->subscribe.cur_notify, in bleprph_gap_event() 230 event->subscribe.prev_indicate, in bleprph_gap_event() 231 event->subscribe.cur_indicate); in bleprph_gap_event()
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.cpp | 25 subscribe(NULL, NULL); in SensorBase() 57 int SensorBase::subscribe(SensorEventHandler_t handler, void *user_data) in subscribe() function in SensorBase 150 int SensorManager::subscribe(int type, SensorEventHandler_t handler, void *user_data) in subscribe() function in SensorManager 157 sensor->subscribe(handler, user_data); in subscribe() 200 return sensor_base->subscribe(handler, user_data); in rt_sensor_subscribe()
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf9160.h | 571 * @brief DPPIC_SUBSCRIBE_CHG [SUBSCRIBE_CHG] (Subscribe configuration for tasks) 574 …__IOM uint32_t EN; /*!< (@ 0x00000000) Description cluster: Subscribe c… 576 …__IOM uint32_t DIS; /*!< (@ 0x00000004) Description cluster: Subscribe c… 851 …__IOM uint32_t SUBSCRIBE_HFCLKSTART; /*!< (@ 0x00000080) Subscribe configuration for task… 852 …__IOM uint32_t SUBSCRIBE_HFCLKSTOP; /*!< (@ 0x00000084) Subscribe configuration for task… 853 …__IOM uint32_t SUBSCRIBE_LFCLKSTART; /*!< (@ 0x00000088) Subscribe configuration for task… 854 …__IOM uint32_t SUBSCRIBE_LFCLKSTOP; /*!< (@ 0x0000008C) Subscribe configuration for task… 903 …__IOM uint32_t SUBSCRIBE_CONSTLAT; /*!< (@ 0x000000F8) Subscribe configuration for task… 904 …__IOM uint32_t SUBSCRIBE_LOWPWR; /*!< (@ 0x000000FC) Subscribe configuration for task… 965 …__IOM uint32_t SUBSCRIBE_START; /*!< (@ 0x00000090) Subscribe configuration for task… [all …]
|
H A D | nrf9160_bitfields.h | 74 /* Description: Subscribe configuration for task HFCLKSTART */ 82 /* Bits 3..0 : Channel that task HFCLKSTART will subscribe to */ 87 /* Description: Subscribe configuration for task HFCLKSTOP */ 95 /* Bits 3..0 : Channel that task HFCLKSTOP will subscribe to */ 100 /* Description: Subscribe configuration for task LFCLKSTART */ 108 /* Bits 3..0 : Channel that task LFCLKSTART will subscribe to */ 113 /* Description: Subscribe configuration for task LFCLKSTOP */ 121 /* Bits 3..0 : Channel that task LFCLKSTOP will subscribe to */ 387 /* Description: Description cluster: Subscribe configuration for task CHG[n].EN */ 395 /* Bits 3..0 : Channel that task CHG[n].EN will subscribe to */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mqtt_client.txt | 64 …/* Subscribe to a topic named "subtopic" with QoS level 1, call mqtt_sub_request_cb with result */ 81 normal behaviour would be to take some action if subscribe fails like 82 notifying user, retry subscribe or disconnect from server */ 83 printf("Subscribe result: %d\n", result);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mqtt_client.txt | 64 …/* Subscribe to a topic named "subtopic" with QoS level 1, call mqtt_sub_request_cb with result */ 81 normal behaviour would be to take some action if subscribe fails like 82 notifying user, retry subscribe or disconnect from server */ 83 printf("Subscribe result: %d\n", result);
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 50 be configured to publish and the LED servers to subscribe. 66 to publish to group 0xC000 and LED1 to subscribe to that group. 68 to publish to group 0xC000 and LED3 to subscribe to that group.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | mqtt.h | 142 * Function prototype for mqtt request callback. Called when a subscribe, unsubscribe 147 * ERR_ABRT if (un)subscribe was denied 225 /** Common function for subscribe and unsubscribe */ 229 *Subscribe to topic */
|
H A D | mqtt_opts.h | 68 * Maximum number of pending subscribe, unsubscribe and publish requests to server . 82 * Publish, subscribe and unsubscribe request timeout in seconds.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt_opts.h | 68 * Maximum number of pending subscribe, unsubscribe and publish requests to server . 82 * Publish, subscribe and unsubscribe request timeout in seconds.
|
H A D | mqtt.h | 166 * Function prototype for mqtt request callback. Called when a subscribe, unsubscribe 171 * ERR_ABRT if (un)subscribe was denied 192 *Subscribe to topic */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 81 * Application callback. Called when the attempt to subscribe to notifications 90 MODLOG_DFLT(INFO, "Subscribe complete; status=%d conn_handle=%d " in blecent_on_subscribe() 156 /* Subscribe to notifications for the Unread Alert Status characteristic. in blecent_read_write_subscribe() 175 MODLOG_DFLT(ERROR, "Error: Failed to subscribe to characteristic; " in blecent_read_write_subscribe() 210 * write, and subscribe to notifications. in blecent_on_disc_complete()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 20 be configured to publish and the LED servers to subscribe. 47 to publish to group 0xc000 and LED 1 to subscribe to that group.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_notify_test.c | 188 TEST_ASSERT(event.subscribe.conn_handle == conn_handle); in ble_gatts_notify_test_util_verify_sub_event() 189 TEST_ASSERT(event.subscribe.attr_handle == attr_handle); in ble_gatts_notify_test_util_verify_sub_event() 190 TEST_ASSERT(event.subscribe.reason == reason); in ble_gatts_notify_test_util_verify_sub_event() 191 TEST_ASSERT(event.subscribe.prev_notify == prevn); in ble_gatts_notify_test_util_verify_sub_event() 192 TEST_ASSERT(event.subscribe.cur_notify == curn); in ble_gatts_notify_test_util_verify_sub_event() 193 TEST_ASSERT(event.subscribe.prev_indicate == previ); in ble_gatts_notify_test_util_verify_sub_event() 194 TEST_ASSERT(event.subscribe.cur_indicate == curi); in ble_gatts_notify_test_util_verify_sub_event()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mqtt/ |
H A D | mqtt.c | 43 …* - Fix restriction of a single topic in each (UN)SUBSCRIBE message (protocol has support for mult… 133 "SUBSCRIBE", 619 * Subscribe response from server 1089 * MQTT subscribe/unsubscribe function. 1091 * @param topic topic to subscribe to 1092 * @param qos Quality of service, 0 1 or 2 (only used for subscribe) 1093 * @param cb Callback to call when subscribe/unsubscribe reponse is received 1095 * @param sub 1 for subscribe, 0 for unsubscribe 1114 /* Topic string, pkt_id, qos for subscribe */ in mqtt_sub_unsub() 1121 LWIP_DEBUGF(MQTT_DEBUG_WARN,("mqtt_sub_unsub: Can not (un)subscribe in disconnected state\n")); in mqtt_sub_unsub() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mqtt/ |
H A D | mqtt.c | 43 …* - Fix restriction of a single topic in each (UN)SUBSCRIBE message (protocol has support for mult… 137 "SUBSCRIBE", 651 * Subscribe response from server 1163 * MQTT subscribe/unsubscribe function. 1165 * @param topic topic to subscribe to 1166 * @param qos Quality of service, 0 1 or 2 (only used for subscribe) 1167 * @param cb Callback to call when subscribe/unsubscribe reponse is received 1169 * @param sub 1 for subscribe, 0 for unsubscribe 1189 /* Topic string, pkt_id, qos for subscribe */ in mqtt_sub_unsub() 1196 LWIP_DEBUGF(MQTT_DEBUG_WARN, ("mqtt_sub_unsub: Can not (un)subscribe in disconnected state\n")); in mqtt_sub_unsub() [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_dppi.h | 126 * @brief Function for setting the subscribe configuration for a given 131 * @param[in] channel Channel through which to subscribe events. 138 * @brief Function for clearing the subscribe configuration for a given
|
H A D | nrf_wdt.h | 170 * @brief Function for setting the subscribe configuration for a given 174 * @param[in] channel Channel through which to subscribe events. 180 * @brief Function for clearing the subscribe configuration for a given
|
H A D | nrf_pdm.h | 183 * @brief Function for setting the subscribe configuration for a given 187 * @param[in] channel Channel through which to subscribe events. 193 * @brief Function for clearing the subscribe configuration for a given
|
H A D | nrf_rtc.h | 156 * @brief Function for setting the subscribe configuration for a given 161 * @param[in] channel Channel through which to subscribe events. 168 * @brief Function for clearing the subscribe configuration for a given
|
H A D | nrf_twim.h | 238 * @brief Function for setting the subscribe configuration for a given 243 * @param[in] channel Channel through which to subscribe events. 250 * @brief Function for clearing the subscribe configuration for a given
|
H A D | nrf_egu.h | 251 * @brief Function for setting the subscribe configuration for a given 256 * @param[in] channel Channel through which to subscribe events. 263 * @brief Function for clearing the subscribe configuration for a given
|
H A D | nrf_gpiote.h | 223 * @brief Function for setting the subscribe configuration for a given 227 * @param[in] channel Channel through which to subscribe events. 233 * @brief Function for clearing the subscribe configuration for a given
|