Searched refs:sent (Results 251 – 275 of 288) sorted by relevance
1...<<1112
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugg_test.c | 249 .sent = bap_stream_tx_sent_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 161 .sent = sent_cb,
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 527 sent each time a character is typed in the telnet client.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 318 if (stream->ops != NULL && stream->ops->sent != NULL) { in unicast_client_ep_iso_sent() 319 stream->ops->sent(stream); in unicast_client_ep_iso_sent() 442 .sent = unicast_client_ep_iso_sent,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 850 if (chan->ops->sent) { in l2cap_chan_sdu_sent() 851 chan->ops->sent(chan); in l2cap_chan_sdu_sent()
|
D | Kconfig | 627 sent outside of a Pairing Process. A Pairing Process ends when the 1049 ISO data received and sent.
|
D | iso.c | 107 if (!err && ops != NULL && ops->sent != NULL) { in bt_iso_sent_cb() 108 ops->sent(chan); in bt_iso_sent_cb()
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 582 being sent on air even if STA is in IEEE PS. When 1169 all the packets that are received/sent from/to
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 208 .sent = btp_bap_audio_stream_sent_cb,
|
D | btp_bap_unicast.c | 735 .sent = btp_bap_audio_stream_sent_cb,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 2129 enabled and the command is sent on the same UART as the logging system, in 2135 was sent has been fixed. 2141 * MCUmgr Bluetooth transport will now clear unprocessed commands sent if a 2379 * MCUmgr img_mgmt has a new field which is sent in the final packet (if 2650 - :github:`50777` - LE Audio: Receiver start ready command shall only be sent by the receiver 3220 * :github:`52449` - net: ip: igmp: IGMP v2 membership reports are sent to 224.0.0.2 instead of the … 3376 * :github:`51437` - LoRaWan problem with uplink messages sent as a response to class C downlink 3726 * :github:`38947` - Issue with SMP commands sent over the UART
|
D | release-notes-3.7.rst | 1433 * Fixed a bug, where an empty ACK sent from the registered callback would not 1434 be sent immediately. 1572 * Collect unicast received/sent network packet statistics. 1672 registered to set the device attributes that are sent to the hawkBit server. Use the
|
D | release-notes-2.6.rst | 279 be sent out of order. 734 packet is sent from application. 741 application if data cannot be sent. 884 * Fixed an issue where multiple SMP commands sent one after the other would 1997 * :github:`31922` - hci_usb: HCI ACL packet with size divisible by 64 not sent
|
D | release-notes-3.2.rst | 359 * Changed the way segmented messages are sent, avoiding bulk transmission. 1425 * Bluetooth transport will now reduce the size of packets that are sent if they 1671 - :github:`38947` - Issue with SMP commands sent over the UART 1798 - :github:`50777` - LE Audio: Receiver start ready command shall only be sent by the receiver 2280 * :github:`47082` - drivers: modem: AT commands sent before OK from previous is received
|
D | release-notes-2.7.rst | 255 * Added support for a new sent callback to be notified when an SDU has been 1045 * :github:`39132` - subsys/net/ip/tcp2: Missing feature to decrease Receive Window size sent in the… 1059 * :github:`38994` - ARP: Replies are sent to multicast MAC address rather than senders MAC address. 1836 * :github:`33099` - ppp: termination packet not sent
|
D | release-notes-1.11.rst | 307 * :github:`4779` - net: tcp: FIN isn't sent when performing active close.
|
D | release-notes-2.2.rst | 33 * :github:`23485` - BT: host: Service Change indication sent regardless of whether it is needed or … 924 * :github:`21914` - net: dns: Answers to multiple mDNS queries sent in parallel aren't properly han…
|
D | release-notes-1.10.rst | 493 * :github:`4901` - net: tcp: RST is sent after last ack is received
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 853 #. Click on the submit button and your pull request is sent and awaits 854 review. Email will be sent as review comments are made, or you can check
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 1728 .sent = hfp_ag_sent, in bt_hfp_ag_connect()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 497 Note that if a frame is sent after the SP starts, it will be queued, and this
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 547 The Zephyr LwM2M engine defines events that can be sent back to the application through callback
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac.c | 21 #define UPDATE_ETH_STATS_TX_BYTE_CNT(dev_data, incr) (dev_data->stats.bytes.sent += incr)
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 381 the copy and not the original data sent by the user. The
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 131 - West no longer exits with a successful error code when sent an
|
1...<<1112