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

Hearing Access Service Client callback structure. More...

#include <gmap.h>

Data Fields

void(* discover )(struct bt_conn *conn, int err, enum bt_gmap_role role, struct bt_gmap_feat features)
 Callback function for bt_has_discover.
 

Detailed Description

Hearing Access Service Client callback structure.

Field Documentation

◆ discover

void(* bt_gmap_cb::discover) (struct bt_conn *conn, int err, enum bt_gmap_role role, struct bt_gmap_feat features)

Callback function for bt_has_discover.

This callback is called when discovery procedure is complete.

Parameters
connBluetooth connection object.
err0 on success, ATT error or negative errno otherwise.
roleRole of remote device. 0 on failure.
featuresRemote features.

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