Developer World
Spresense SDK Library v3.2.0-ebc0364
bt_hal_avrcp_ops_s Struct Reference

Bluetooth AVRCP HAL callbacks. More...

#include <bt_if.h>

Public Attributes

int(* avrcc_connect )(BT_ADDR *addr, uint16_t handle, bool connect)
 
int(* avrct_connect )(BT_ADDR *addr, uint16_t handle, bool connect)
 
int(* send_avrcp_command )(BT_ADDR *addr, BT_AVRCP_CMD_ID cmd_id, bool press, uint16_t handle)
 
int(* configure_notification )(BT_AVRC_SUPPORT_NOTIFY_EVENT *notification_list)
 

Detailed Description

Bluetooth AVRCP HAL callbacks.

Member Data Documentation

◆ avrcc_connect

int(* avrcc_connect) (BT_ADDR *addr, uint16_t handle, bool connect)

Connect/Disconnect AVRCP controller by BT_ADDR

◆ avrct_connect

int(* avrct_connect) (BT_ADDR *addr, uint16_t handle, bool connect)

Connect/Disconnect AVRCP target by BT_ADDR

◆ send_avrcp_command

int(* send_avrcp_command) (BT_ADDR *addr, BT_AVRCP_CMD_ID cmd_id, bool press, uint16_t handle)

Send AVRCP command BT_AVRCP_CMD_ID

◆ configure_notification

int(* configure_notification) (BT_AVRC_SUPPORT_NOTIFY_EVENT *notification_list)

Configure notification event BT_AVRC_SUPPORT_NOTIFY_EVENT


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