Zephyr API 3.6.99
|
#include <rfcomm.h>
Data Fields | |
uint8_t | channel |
Server Channel. | |
int(* | accept )(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc) |
Server accept callback. | |
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.