avrcp.h (df642728409348459951fd6c70661261eed66ffd) avrcp.h (227d16a53b98d7af4a4ae1aaa120a80c32074b9e)
1/*
2 * Copyright (C) 2016 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 237 unchanged lines hidden (view full) ---

246 btstack_packet_handler_t packet_handler;
247} avrcp_context_t;
248
249typedef struct {
250 avrcp_connection_t * connection;
251 avrcp_context_t * avrcp_context;
252 uint16_t avrcp_l2cap_psm;
253 uint16_t avrcp_version;
1/*
2 * Copyright (C) 2016 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 237 unchanged lines hidden (view full) ---

246 btstack_packet_handler_t packet_handler;
247} avrcp_context_t;
248
249typedef struct {
250 avrcp_connection_t * connection;
251 avrcp_context_t * avrcp_context;
252 uint16_t avrcp_l2cap_psm;
253 uint16_t avrcp_version;
254 uint16_t avrcp_browsing_l2cap_psm;
255 uint16_t avrcp_browsing_version;
254 uint8_t role_supported;
255} avrcp_sdp_query_context_t;
256
257
258/**
259 * @brief AVDTP Sink service record.
260 * @param service
261 * @param service_record_handle

--- 249 unchanged lines hidden ---
256 uint8_t role_supported;
257} avrcp_sdp_query_context_t;
258
259
260/**
261 * @brief AVDTP Sink service record.
262 * @param service
263 * @param service_record_handle

--- 249 unchanged lines hidden ---