/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_notify_test.c | 201 int indication) in ble_gatts_notify_test_util_verify_tx_event() argument 211 TEST_ASSERT(event.notify_tx.indication == indication); in ble_gatts_notify_test_util_verify_tx_event() 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() 672 /* Verify custom indication data. */ in TEST_CASE() 687 /* Receive the confirmation for the indication. */ in TEST_CASE() 697 /* Verify indication sent properly. */ in TEST_CASE() 710 /* Verify the second indication doesn't get sent until the first is in TEST_CASE() 715 /* Receive the confirmation for the first indication. */ in TEST_CASE() 720 /* Verify indication sent properly. */ in TEST_CASE() [all …]
|
H A D | ble_gatt_conn_test.c | 51 /* Only record indication failures. */ in ble_gatt_conn_test_indicate_cb() 552 TEST_ASSERT(ble_gatt_conn_test_gap_event.notify_tx.indication); in TEST_CASE() 734 /*** Indication. */ in TEST_CASE()
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_ppi.c | 132 * @brief Set channel allocated indication. 134 * @param[in] channel_num Specifies the channel to set the "allocated" indication. 143 * @brief Clear channel allocated indication. 145 * @param[in] channel_num Specifies the channel to clear the "allocated" indication. 177 * @brief Set group allocated indication. 179 * @param[in] group_num Specifies the group to set the "allocated" indication. 188 * @brief Clear group allocated indication. 190 * @param[in] group_num Specifies the group to clear the "allocated" indication.
|
H A D | nrfx_dppi.c | 141 // Clear channel allocated indication. in nrfx_dppi_channel_free()
|
/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 569 * indication; 571 * o 1: Indication. 573 uint8_t indication:1; member 577 * Represents a transmitted ATT notification or indication, or a 578 * completed indication transaction. 585 * The status of the notification or indication transaction; 587 * o BLE_HS_EDONE: Confirmation (indication ack) received; 588 * o BLE_HS_ETIMEOUT: Confirmation (indication ack) never [all …]
|
H A D | ble_gatt.h | 491 * Sends a "free-form" characteristic indication. The provided mbuf contains 492 * the indication payload. This function consumes the supplied mbuf regardless 499 * indication. 500 * @param txom The data to include in the indication. 508 * Sends a characteristic indication. The content of the message is read from 515 * indication. 790 * Send notification (or indication) to any connected devices that have 791 * subscribed for notification (or indication) for specified characteristic.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gatts.c | 1306 * Schedules a notification or indication for the specified peer-CCCD pair. If 1329 /* Only one outstanding indication per peer is allowed. If we in ble_gatts_schedule_update() 1331 * we know to send the indication upon receiving the expected ack. in ble_gatts_schedule_update() 1332 * If there isn't an outstanding indication, send this one now. in ble_gatts_schedule_update() 1380 /* Clear pending flag in anticipation of indication tx. */ in ble_gatts_send_next_indicate() 1439 /* Determine if we need to persist that there is no pending indication in ble_gatts_rx_indicate_ack() 1441 * been modified since we sent the indication, there is no indication in ble_gatts_rx_indicate_ack() 1458 * indication; ignore it. in ble_gatts_rx_indicate_ack() 1552 /* Indication for a connected device; record that the in ble_gatts_chr_updated() 1581 * concurrent indication for a single peer, so this function will hold off on [all …]
|
H A D | ble_gattc.c | 4216 * Handles an incoming ATT error response for the specified indication proc. 4217 * A device should never send an error in response to an indication. If this 4218 * happens, we treat it like a confirmation (indication ack), but report the 4241 /* Send the next indication if one is pending. */ in ble_gattc_indicate_err() 4256 * Handles an incoming handle-value-confirmation for the specified indication 4276 /* Send the next indication if one is pending. */ in ble_gattc_indicate_rx_rsp() 4281 * Causes the indication in progress for the specified connection (if any) to 4355 /* Tell the application that an indication transmission was attempted. */ in ble_gattc_indicate_custom()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/ |
H A D | ble_svc_gatt.c | 62 * characteristic value to populate the outgoing indication command. in ble_svc_gatt_access() 82 * Unconnected bonded peers receive an indication when they next connect.
|
/nrf52832-nimble/rt-thread/src/ |
H A D | device.c | 437 * This function will set the reception indication callback function. This callback function 441 * @param rx_ind the indication callback function 459 * This function will set the indication callback function when device has 463 * @param tx_done the indication callback function
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/ |
H A D | types.h | 18 typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/ |
H A D | types.h | 18 typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/ |
H A D | types.h | 14 typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 426 /* Peer sent us a notification or indication. */ in blecent_gap_event() 429 event->notify_rx.indication ? in blecent_gap_event() 430 "indication" : in blecent_gap_event()
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | serial.h | 61 #define RT_SERIAL_EVENT_RX_IND 0x01 /* Rx indication */
|
H A D | can.h | 253 #define RT_CAN_EVENT_RX_IND 0x01 /* Rx indication */
|
/nrf52832-nimble/rt-thread/components/drivers/can/ |
H A D | readme-zh.txt | 120 #define RT_CAN_EVENT_RX_IND 0x01 /* Rx indication */
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_wifi_rw009.h | 82 int rssi; /* Receive Signal Strength Indication in dBm. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/ |
H A D | test_sockets.c | 795 /* expect to receive RST indication */ in START_TEST() 803 /* expect to receive ENOTCONN indication */ in START_TEST() 811 /* expect to receive ENOTCONN indication */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp.h | 116 * Instead, for each user name there should be an indication of exactly
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | btshell.c | 1145 console_printf("notification rx event; attr_handle=%d indication=%d " in btshell_gap_event() 1148 event->notify_rx.indication, in btshell_gap_event() 1157 "indication=%d\n", in btshell_gap_event() 1160 event->notify_tx.indication); in btshell_gap_event()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | sys_arch.txt | 110 mailbox when the mailbox is deallocated, it is an indication of a
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 343 Enables processing of incoming Handle Value Indication ATT
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | sys_arch.txt | 143 mailbox when the mailbox is deallocated, it is an indication of a
|
/nrf52832-nimble/rt-thread/components/utilities/logtrace/ |
H A D | log_trace.c | 400 /* no indication and complete callback */ in log_trace_init()
|