![]() |
nRF Connect SDK API 3.3.99
|
Helper functions to manage content control. More...
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. | |
Helper functions to manage content control.