Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_ccp_call_control_client_cb Struct Reference

Struct to hold the Telephone Bearer Service client callbacks. More...

#include <ccp.h>

Data Fields

void(* discover )(struct bt_ccp_call_control_client *client, int err, struct bt_ccp_call_control_client_bearers *bearers)
 Callback function for bt_ccp_call_control_client_discover().
 

Detailed Description

Struct to hold the Telephone Bearer Service client callbacks.

These can be registered for usage with bt_tbs_client_register_cb().

Field Documentation

◆ discover

void(* bt_ccp_call_control_client_cb::discover) (struct bt_ccp_call_control_client *client, int err, struct bt_ccp_call_control_client_bearers *bearers)

Callback function for bt_ccp_call_control_client_discover().

This callback is called once the discovery procedure is completed.

Parameters
clientCall Control Client pointer.
errError value. 0 on success, GATT error on positive value or errno on negative value.
bearersThe bearers found.

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