Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_a2dp_discover_param Struct Reference

#include <a2dp.h>

Data Fields

bt_a2dp_discover_ep_cb cb
 discover callback
 
struct bt_a2dp_ep_info info
 The discovered endpoint info that is callbacked by cb.
 
struct bt_avdtp_sep_infoseps_info
 The max count of remote endpoints that can be got, it save endpoint info internally.
 
uint8_t sep_count
 The max count of seps (stream endpoint) that can be got in this call route.
 

Field Documentation

◆ cb

bt_a2dp_discover_ep_cb bt_a2dp_discover_param::cb

discover callback

◆ info

struct bt_a2dp_ep_info bt_a2dp_discover_param::info

The discovered endpoint info that is callbacked by cb.

◆ sep_count

uint8_t bt_a2dp_discover_param::sep_count

The max count of seps (stream endpoint) that can be got in this call route.

◆ seps_info

struct bt_avdtp_sep_info* bt_a2dp_discover_param::seps_info

The max count of remote endpoints that can be got, it save endpoint info internally.


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