AIROC™ BTSDK v4.2 - Documentation | ||||
AVRC connection configuration structure; used when calling wiced_bt_avrc_open() to configure the AVRC connection and register the callbacks. More...
Data Fields | |
wiced_bt_avrc_ctrl_cback_t * | p_ctrl_cback |
AVRC connection control callback. | |
wiced_bt_avrc_msg_cback_t * | p_msg_cback |
AVRC data callback. | |
uint32_t | company_id |
Company ID (see Company IDs) | |
uint8_t | connection_role |
Connection role: AVRC_CONN_INT (initiator) or AVRC_CONN_ACP (acceptor) (see AVRC connection roles) | |
uint8_t | control |
Control role: AVRC_CT_TARGET (target) or AVRC_CT_CONTROL (controller) (see AVRC control roles) | |
uint16_t | avrc_seg_buf_len |
Maximum length of assembled AVRC data. | |
uint8_t * | p_avrc_buff |
Pointer to AVRC assembly buffer. | |
uint16_t | avct_seg_buf_len |
Maximum length of AVCT assembled data. | |
uint8_t * | p_avct_buff |
Pointer to AVCT assembly buffer. | |
AVRC connection configuration structure; used when calling wiced_bt_avrc_open() to configure the AVRC connection and register the callbacks.