|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <rfcomm.h>
Data Fields | |
| uint8_t | channel |
| int(* | accept )(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc) |
| int(* bt_rfcomm_server::accept) (struct bt_conn *conn, struct bt_rfcomm_dlc **dlc) |
Server accept callback
This callback is called whenever a new incoming connection requires authorization.
| conn | The connection that is requesting authorization |
| dlc | Pointer to received the allocated dlc |
| uint8_t bt_rfcomm_server::channel |
Server Channel