Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
CCP Call Control Client APIs

Data Structures

struct  bt_ccp_call_control_client_bearers
 Struct with information about bearers of a client. More...
 
struct  bt_ccp_call_control_client_cb
 Struct to hold the Telephone Bearer Service client callbacks. More...
 

Functions

int bt_ccp_call_control_client_discover (struct bt_conn *conn, struct bt_ccp_call_control_client **out_client)
 Discovers the Telephone Bearer Service (TBS) support on a remote device.
 
int bt_ccp_call_control_client_register_cb (struct bt_ccp_call_control_client_cb *cb)
 Register callbacks for the Call Control Client.
 
int bt_ccp_call_control_client_unregister_cb (struct bt_ccp_call_control_client_cb *cb)
 Unregister callbacks for the Call Control Client.
 

Detailed Description

Function Documentation

◆ bt_ccp_call_control_client_discover()

int bt_ccp_call_control_client_discover ( struct bt_conn *  conn,
struct bt_ccp_call_control_client **  out_client 
)

#include <include/zephyr/bluetooth/audio/ccp.h>

Discovers the Telephone Bearer Service (TBS) support on a remote device.

This will discover the Telephone Bearer Service (TBS) and Generic Telephone Bearer Service (GTBS) on the remote device.

Attention
Available only when the following Kconfig option is enabled:
CONFIG_BT_CCP_CALL_CONTROL_CLIENT 
..
Parameters
connConnection to a remote server.
out_clientPointer to client instance on success
Return values
0Success
-EINVALconn or out_client is NULL
-ENOTCONNconn is not connected
-ENOMEMCould not allocated memory for the request
-EBUSYAlready doing discovery for conn
-ENOEXECRejected by the GATT layer

◆ bt_ccp_call_control_client_register_cb()

int bt_ccp_call_control_client_register_cb ( struct bt_ccp_call_control_client_cb cb)

#include <include/zephyr/bluetooth/audio/ccp.h>

Register callbacks for the Call Control Client.

Parameters
cbThe callback struct
Return values
0Succsss
-EINVALcb is NULL
-EEXISTScb is already registered

◆ bt_ccp_call_control_client_unregister_cb()

int bt_ccp_call_control_client_unregister_cb ( struct bt_ccp_call_control_client_cb cb)

#include <include/zephyr/bluetooth/audio/ccp.h>

Unregister callbacks for the Call Control Client.

Parameters
cbThe callback struct
Return values
0Succsss
-EINVALcb is NULL
-EALREADYcb is not registered