Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_bip_transport_ops Struct Reference

BIP transport layer operations. More...

#include <zephyr/bluetooth/classic/bip.h>

Data Fields

void(* connected )(struct bt_conn *conn, struct bt_bip *bip)
 Transport connected callback.
void(* disconnected )(struct bt_bip *bip)
 Transport disconnected callback.

Detailed Description

BIP transport layer operations.

Callback structure for transport layer events

Field Documentation

◆ connected

void(* bt_bip_transport_ops::connected) (struct bt_conn *conn, struct bt_bip *bip)

Transport connected callback.

Called when the underlying transport (RFCOMM/L2CAP) is connected

Parameters
connBluetooth connection
bipBIP instance

◆ disconnected

void(* bt_bip_transport_ops::disconnected) (struct bt_bip *bip)

Transport disconnected callback.

Called when the underlying transport is disconnected

Parameters
bipBIP instance

The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/classic/bip.h