Home
last modified time | relevance | path

Searched refs:_bytes (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h536 #define BT_AUDIO_CODEC_DATA(_type, _bytes...) \ argument
537 (sizeof((uint8_t)_type) + sizeof((uint8_t[]){_bytes})), (_type), _bytes
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h488 #define BT_DATA_BYTES(_type, _bytes...) \ argument
489 BT_DATA(_type, ((uint8_t []) { _bytes }), \
490 sizeof((uint8_t []) { _bytes }))