Lines Matching full:iso
2 * @brief Internal APIs for Bluetooth ISO handling.
12 #include <zephyr/bluetooth/iso.h>
21 /** ISO connection handle */
33 /** List of ISO channels to setup as CIS (the CIG). */
61 /** List of ISO channels to setup as BIS (the BIG). */
73 #define iso(buf) ((struct iso_data *)net_buf_user_data(buf)) macro
75 /* Process ISO buffer */
99 /* Notify ISO channels of a new connection */
100 void bt_iso_connected(struct bt_conn *iso);
102 /* Notify ISO channels of a disconnect event */
103 void bt_iso_disconnected(struct bt_conn *iso);
105 /* Notify ISO connected channels of security changed */
108 /* Allocate ISO PDU */
129 /* Allocate ISO Fragment */
160 void bt_iso_recv(struct bt_conn *iso, struct net_buf *buf, uint8_t flags);