Zephyr API 3.6.99
|
TMAP callback structure. More...
#include <tmap.h>
Data Fields | |
void(* | discovery_complete )(enum bt_tmap_role role, struct bt_conn *conn, int err) |
TMAP discovery complete callback. | |
TMAP callback structure.
void(* bt_tmap_cb::discovery_complete) (enum bt_tmap_role role, struct bt_conn *conn, int err) |
TMAP discovery complete callback.
This callback notifies the application about the value of the TMAP Role characteristic on the peer.
role | Peer TMAP role(s). |
conn | Pointer to the connection |
err | 0 if success, ATT error received from server otherwise. |