AIROC™ BTSDK v4.8 - Documentation | ||||
AVRC connection control block; used when calling wiced_bt_avrc_open() to configure the AVRC connection and register for 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 message callback. | |
uint32_t | company_id |
Company ID (see Company IDs) | |
uint8_t | conn |
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) | |
AVRC connection control block; used when calling wiced_bt_avrc_open() to configure the AVRC connection and register for callbacks.