Searched refs:_bytes (Results 1 – 2 of 2) sorted by relevance
536 #define BT_AUDIO_CODEC_DATA(_type, _bytes...) \ argument537 (sizeof((uint8_t)_type) + sizeof((uint8_t[]){_bytes})), (_type), _bytes
488 #define BT_DATA_BYTES(_type, _bytes...) \ argument489 BT_DATA(_type, ((uint8_t []) { _bytes }), \490 sizeof((uint8_t []) { _bytes }))