Searched defs:bt_a2dp_cb (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/classic/ | 
| D | a2dp.h | 397 struct bt_a2dp_cb {  struct 408 	void (*connected)(struct bt_a2dp *a2dp, int err); 416 	void (*disconnected)(struct bt_a2dp *a2dp); 432 	int (*config_req)(struct bt_a2dp *a2dp, struct bt_a2dp_ep *ep, 447 	int (*reconfig_req)(struct bt_a2dp_stream *stream, struct bt_a2dp_codec_cfg *codec_cfg, 457 	void (*config_rsp)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code); 470 	int (*establish_req)(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code); 480 	void (*establish_rsp)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code); 493 	int (*release_req)(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code); 503 	void (*release_rsp)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code); [all …] 
 |