12#ifndef ZEPHYR_INCLUDE_BLUETOOTH_AVRCP_H_
13#define ZEPHYR_INCLUDE_BLUETOOTH_AVRCP_H_
int bt_avrcp_get_unit_info(struct bt_avrcp *avrcp)
Get AVRCP Unit Info.
struct bt_avrcp * bt_avrcp_connect(struct bt_conn *conn)
Connect AVRCP.
int bt_avrcp_register_cb(const struct bt_avrcp_cb *cb)
Register callback.
int bt_avrcp_disconnect(struct bt_avrcp *avrcp)
Disconnect AVRCP.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
void(* connected)(struct bt_avrcp *avrcp)
An AVRCP connection has been established.
Definition avrcp.h:35
void(* disconnected)(struct bt_avrcp *avrcp)
An AVRCP connection has been disconnected.
Definition avrcp.h:43
void(* unit_info_rsp)(struct bt_avrcp *avrcp, struct bt_avrcp_unit_info_rsp *rsp)
Callback function for bt_avrcp_get_unit_info()
Definition avrcp.h:51
uint32_t company_id
Definition avrcp.h:24
uint8_t unit_type
Definition avrcp.h:23