obex: add MAP constants

This commit is contained in:
Matthias Ringwald 2024-09-25 16:11:01 +02:00
parent 03ebb5214d
commit ba008c5f2d

View File

@ -148,5 +148,12 @@
// PbapSupportedFeatures - 0x10 - 4 bytes
#define PBAP_APPLICATION_PARAMETER_PBAP_SUPPORTED_FEATURES 0x10
/**
* MAP
*/
// MAP Application Parameters Tag IDs
#define MAP_APPLICATION_PARAMETER_MAS_INSTANCE_ID 0x0f
#endif