nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_content_ctrl.h File Reference
#include <zephyr/bluetooth/conn.h>

Go to the source code of this file.

Functions

int bt_content_ctrl_start (struct bt_conn *conn)
 Send the start request for content transmission.
 
int bt_content_ctrl_stop (struct bt_conn *conn)
 Send the stop request for content transmission.
 
int bt_content_ctrl_conn_disconnected (struct bt_conn *conn)
 Handle disconnected connection for the content control services.
 
int bt_content_ctrl_discover (struct bt_conn *conn)
 Discover the content control services for the given connection pointer.
 
int bt_content_ctrl_uuid_populate (struct net_buf_simple *uuid_buf)
 Put the UUIDs from this module into the buffer.
 
bool bt_content_ctlr_media_state_playing (void)
 Check if the media player is playing.
 
int bt_content_ctrl_init (void)
 Initialize the content control module.