Searched refs:_bytes (Results 1 – 2 of 2) sorted by relevance
196 #define BT_AUDIO_CODEC_DATA(_type, _bytes...) \ argument197 (sizeof((uint8_t)_type) + sizeof((uint8_t[]){_bytes})), (_type), _bytes
465 #define BT_DATA_BYTES(_type, _bytes...) \ argument466 BT_DATA(_type, ((uint8_t []) { _bytes }), \467 sizeof((uint8_t []) { _bytes }))