Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
avrcp.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2015-2016 Intel Corporation
7 * Copyright (C) 2024 Xiaomi Corporation
8 *
9 * SPDX-License-Identifier: Apache-2.0
10 */
11
12#ifndef ZEPHYR_INCLUDE_BLUETOOTH_AVRCP_H_
13#define ZEPHYR_INCLUDE_BLUETOOTH_AVRCP_H_
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
27
39
41typedef enum __packed {
56
70
80
94
97
105
111
113struct bt_avrcp;
114
119
126
134
143 void (*connected)(struct bt_avrcp *avrcp);
144
152 void (*disconnected)(struct bt_avrcp *avrcp);
153
161 void (*unit_info_rsp)(struct bt_avrcp *avrcp, struct bt_avrcp_unit_info_rsp *rsp);
162
170 void (*subunit_info_rsp)(struct bt_avrcp *avrcp, struct bt_avrcp_subunit_info_rsp *rsp);
171
179 void (*passthrough_rsp)(struct bt_avrcp *avrcp, struct bt_avrcp_passthrough_rsp *rsp);
180};
181
193struct bt_avrcp *bt_avrcp_connect(struct bt_conn *conn);
194
203int bt_avrcp_disconnect(struct bt_avrcp *avrcp);
204
213int bt_avrcp_register_cb(const struct bt_avrcp_cb *cb);
214
223int bt_avrcp_get_unit_info(struct bt_avrcp *avrcp);
224
234int bt_avrcp_get_subunit_info(struct bt_avrcp *avrcp);
235
249int bt_avrcp_passthrough(struct bt_avrcp *avrcp, bt_avrcp_opid_t operation_id,
250 bt_avrcp_button_state_t state, const uint8_t *payload, uint8_t len);
251
252#ifdef __cplusplus
253}
254#endif
255
256#endif /* ZEPHYR_INCLUDE_BLUETOOTH_AVRCP_H_ */
int bt_avrcp_get_subunit_info(struct bt_avrcp *avrcp)
Get AVRCP Subunit Info.
bt_avrcp_button_state_t
AVRCP button state flag.
Definition avrcp.h:107
@ BT_AVRCP_BUTTON_RELEASED
Definition avrcp.h:109
@ BT_AVRCP_BUTTON_PRESSED
Definition avrcp.h:108
bt_avrcp_ctype_t
AV/C command types.
Definition avrcp.h:20
@ BT_AVRCP_CTYPE_GENERAL_INQUIRY
Definition avrcp.h:25
@ BT_AVRCP_CTYPE_CONTROL
Definition avrcp.h:21
@ BT_AVRCP_CTYPE_STATUS
Definition avrcp.h:22
@ BT_AVRCP_CTYPE_SPECIFIC_INQUIRY
Definition avrcp.h:23
@ BT_AVRCP_CTYPE_NOTIFY
Definition avrcp.h:24
bt_avrcp_opid_t
AV/C operation ids used in AVRCP passthrough commands.
Definition avrcp.h:41
@ BT_AVRCP_OPID_ROOT_MENU
Definition avrcp.h:51
@ BT_AVRCP_OPID_BACKWARD
Definition avrcp.h:93
@ BT_AVRCP_OPID_FORWARD
Definition avrcp.h:92
@ BT_AVRCP_OPID_F4
Definition avrcp.h:101
@ BT_AVRCP_OPID_6
Definition avrcp.h:63
@ BT_AVRCP_OPID_9
Definition avrcp.h:66
@ BT_AVRCP_OPID_DOWN
Definition avrcp.h:44
@ BT_AVRCP_OPID_PAUSE
Definition avrcp.h:87
@ BT_AVRCP_OPID_F3
Definition avrcp.h:100
@ BT_AVRCP_OPID_SOUND_SELECT
Definition avrcp.h:74
@ BT_AVRCP_OPID_4
Definition avrcp.h:61
@ BT_AVRCP_OPID_ENTER
Definition avrcp.h:68
@ BT_AVRCP_OPID_CHANNEL_DOWN
Definition avrcp.h:72
@ BT_AVRCP_OPID_PAGE_DOWN
Definition avrcp.h:79
@ BT_AVRCP_OPID_PREVIOUS_CHANNEL
Definition avrcp.h:73
@ BT_AVRCP_OPID_FAVORITE_MENU
Definition avrcp.h:54
@ BT_AVRCP_OPID_VOLUME_DOWN
Definition avrcp.h:83
@ BT_AVRCP_OPID_REWIND
Definition avrcp.h:89
@ BT_AVRCP_OPID_MUTE
Definition avrcp.h:84
@ BT_AVRCP_OPID_DOT
Definition avrcp.h:67
@ BT_AVRCP_OPID_RIGHT_DOWN
Definition avrcp.h:48
@ BT_AVRCP_OPID_LEFT_DOWN
Definition avrcp.h:50
@ BT_AVRCP_OPID_STOP
Definition avrcp.h:86
@ BT_AVRCP_OPID_FAST_FORWARD
Definition avrcp.h:90
@ BT_AVRCP_OPID_LEFT
Definition avrcp.h:45
@ BT_AVRCP_OPID_DISPLAY_INFORMATION
Definition avrcp.h:76
@ BT_AVRCP_OPID_SETUP_MENU
Definition avrcp.h:52
@ BT_AVRCP_OPID_RIGHT_UP
Definition avrcp.h:47
@ BT_AVRCP_OPID_RECORD
Definition avrcp.h:88
@ BT_AVRCP_OPID_LEFT_UP
Definition avrcp.h:49
@ BT_AVRCP_OPID_F5
Definition avrcp.h:102
@ BT_AVRCP_OPID_F2
Definition avrcp.h:99
@ BT_AVRCP_OPID_INPUT_SELECT
Definition avrcp.h:75
@ BT_AVRCP_OPID_RIGHT
Definition avrcp.h:46
@ BT_AVRCP_OPID_F1
Definition avrcp.h:98
@ BT_AVRCP_OPID_5
Definition avrcp.h:62
@ BT_AVRCP_OPID_PAGE_UP
Definition avrcp.h:78
@ BT_AVRCP_OPID_1
Definition avrcp.h:58
@ BT_AVRCP_OPID_POWER
Definition avrcp.h:81
@ BT_AVRCP_OPID_EXIT
Definition avrcp.h:55
@ BT_AVRCP_OPID_CONTENTS_MENU
Definition avrcp.h:53
@ BT_AVRCP_OPID_7
Definition avrcp.h:64
@ BT_AVRCP_OPID_UP
Definition avrcp.h:43
@ BT_AVRCP_OPID_HELP
Definition avrcp.h:77
@ BT_AVRCP_OPID_SUBPICTURE
Definition avrcp.h:96
@ BT_AVRCP_OPID_8
Definition avrcp.h:65
@ BT_AVRCP_OPID_2
Definition avrcp.h:59
@ BT_AVRCP_OPID_SELECT
Definition avrcp.h:42
@ BT_AVRCP_OPID_CHANNEL_UP
Definition avrcp.h:71
@ BT_AVRCP_OPID_VENDOR_UNIQUE
Definition avrcp.h:103
@ BT_AVRCP_OPID_EJECT
Definition avrcp.h:91
@ BT_AVRCP_OPID_CLEAR
Definition avrcp.h:69
@ BT_AVRCP_OPID_0
Definition avrcp.h:57
@ BT_AVRCP_OPID_PLAY
Definition avrcp.h:85
@ BT_AVRCP_OPID_3
Definition avrcp.h:60
@ BT_AVRCP_OPID_VOLUME_UP
Definition avrcp.h:82
@ BT_AVRCP_OPID_ANGLE
Definition avrcp.h:95
bt_avrcp_rsp_t
AV/C response codes.
Definition avrcp.h:29
@ BT_AVRCP_RSP_REJECTED
Definition avrcp.h:32
@ BT_AVRCP_RSP_ACCEPTED
Definition avrcp.h:31
@ BT_AVRCP_RSP_STABLE
For STATUS commands.
Definition avrcp.h:35
@ BT_AVRCP_RSP_INTERIM
Definition avrcp.h:37
@ BT_AVRCP_RSP_NOT_IMPLEMENTED
Definition avrcp.h:30
@ BT_AVRCP_RSP_IMPLEMENTED
For SPECIFIC_INQUIRY and GENERAL_INQUIRY commands.
Definition avrcp.h:34
@ BT_AVRCP_RSP_IN_TRANSITION
Definition avrcp.h:33
@ BT_AVRCP_RSP_CHANGED
Definition avrcp.h:36
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.
int bt_avrcp_passthrough(struct bt_avrcp *avrcp, bt_avrcp_opid_t operation_id, bt_avrcp_button_state_t state, const uint8_t *payload, uint8_t len)
Send AVRCP Pass Through command.
state
Definition parser_state.h:29
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Definition avrcp.h:135
void(* passthrough_rsp)(struct bt_avrcp *avrcp, struct bt_avrcp_passthrough_rsp *rsp)
Callback function for bt_avrcp_passthrough().
Definition avrcp.h:179
void(* subunit_info_rsp)(struct bt_avrcp *avrcp, struct bt_avrcp_subunit_info_rsp *rsp)
Callback function for bt_avrcp_get_subunit_info().
Definition avrcp.h:170
void(* connected)(struct bt_avrcp *avrcp)
An AVRCP connection has been established.
Definition avrcp.h:143
void(* disconnected)(struct bt_avrcp *avrcp)
An AVRCP connection has been disconnected.
Definition avrcp.h:152
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:161
Definition avrcp.h:127
uint8_t response
bt_avrcp_rsp_t
Definition avrcp.h:128
uint8_t operation_id
bt_avrcp_opid_t
Definition avrcp.h:129
const uint8_t * payload
Definition avrcp.h:132
uint8_t state
bt_avrcp_button_state_t
Definition avrcp.h:130
uint8_t len
Definition avrcp.h:131
Definition avrcp.h:120
const uint8_t * extended_subunit_id
contains max_subunit_id items
Definition avrcp.h:124
const uint8_t * extended_subunit_type
contains max_subunit_id items
Definition avrcp.h:123
uint8_t subunit_type
Definition avrcp.h:121
uint8_t max_subunit_id
Definition avrcp.h:122
Definition avrcp.h:115
uint32_t company_id
Definition avrcp.h:117
uint8_t unit_type
Definition avrcp.h:116