mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 22:16:46 +00:00
component/bt: enable some AVDT macros and minor issue fixes for btif;
This commit is contained in:
@@ -1294,17 +1294,17 @@ Range: 2 octets
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef AVDT_INCLUDED
|
||||
#define AVDT_INCLUDED FALSE//TRUE
|
||||
#define AVDT_INCLUDED TRUE
|
||||
#endif
|
||||
|
||||
/* Include reporting capability in AVDTP */
|
||||
#ifndef AVDT_REPORTING
|
||||
#define AVDT_REPORTING FALSE//TRUE
|
||||
#define AVDT_REPORTING TRUE
|
||||
#endif
|
||||
|
||||
/* Include multiplexing capability in AVDTP */
|
||||
#ifndef AVDT_MULTIPLEXING
|
||||
#define AVDT_MULTIPLEXING FALSE//TRUE
|
||||
#define AVDT_MULTIPLEXING TRUE
|
||||
#endif
|
||||
|
||||
/* Number of simultaneous links to different peer devices. */
|
||||
|
Reference in New Issue
Block a user