|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
BR/EDR specific connection callbacks. More...
#include <zephyr/bluetooth/conn.h>
Data Fields | |
| void(* | role_changed )(struct bt_conn *conn, uint8_t status) |
| A BR/EDR connection role has changed. | |
| void(* | packet_type_changed )(struct bt_conn *conn, uint8_t status, uint16_t packet_type) |
| The packet type of the BR/EDR connection has changed. | |
BR/EDR specific connection callbacks.
| void(* bt_conn_br_cb::packet_type_changed) (struct bt_conn *conn, uint8_t status, uint16_t packet_type) |
The packet type of the BR/EDR connection has changed.
This callback notifies the application that the connection packet type change procedure has completed.
| conn | Connection object. |
| status | HCI status of the event. |
| packet_type | New packet type bitmask. |
A BR/EDR connection role has changed.
This callback notifies the application that the BR/EDR role switch procedure has completed.
| conn | Connection object. |
| status | HCI status of role change event. |