|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
BIP instance structure. More...
#include <zephyr/bluetooth/classic/bip.h>
Data Fields | |
| struct bt_goep | goep |
| Underlying GOEP instance. | |
| enum bt_bip_role | role |
| Role in the connection. | |
| const struct bt_bip_transport_ops * | ops |
| Transport operation callbacks. | |
BIP instance structure.
Main structure representing a BIP session
| struct bt_goep bt_bip::goep |
Underlying GOEP instance.
| const struct bt_bip_transport_ops* bt_bip::ops |
Transport operation callbacks.
| enum bt_bip_role bt_bip::role |
Role in the connection.