Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_tmap_cb Struct Reference

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.
 

Detailed Description

TMAP callback structure.

Field Documentation

◆ discovery_complete

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.

Parameters
rolePeer TMAP role(s).
connPointer to the connection
err0 if success, ATT error received from server otherwise.

The documentation for this struct was generated from the following file: