Zephyr API 3.6.99
|
#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_info * | seps_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. | |
bt_a2dp_discover_ep_cb bt_a2dp_discover_param::cb |
discover callback
struct bt_a2dp_ep_info bt_a2dp_discover_param::info |
The discovered endpoint info that is callbacked by cb.
uint8_t bt_a2dp_discover_param::sep_count |
The max count of seps (stream endpoint) that can be got in this call route.
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.