Home
last modified time | relevance | path

Searched refs:_interval (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Daudio.h791 #define BT_AUDIO_CODEC_QOS(_interval, _framing, _phy, _sdu, _rtn, _latency, _pd) \ argument
793 .interval = _interval, \
831 #define BT_AUDIO_CODEC_QOS_UNFRAMED(_interval, _sdu, _rtn, _latency, _pd) \ argument
832 BT_AUDIO_CODEC_QOS(_interval, BT_AUDIO_CODEC_QOS_FRAMING_UNFRAMED, BT_AUDIO_CODEC_QOS_2M, \
844 #define BT_AUDIO_CODEC_QOS_FRAMED(_interval, _sdu, _rtn, _latency, _pd) \ argument
845 BT_AUDIO_CODEC_QOS(_interval, BT_AUDIO_CODEC_QOS_FRAMING_FRAMED, BT_AUDIO_CODEC_QOS_2M, \
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dconn.h798 #define BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \ argument
801 .interval = (_interval), \
814 #define BT_CONN_LE_CREATE_PARAM(_options, _interval, _window) \ argument
816 BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \
Dbluetooth.h2179 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument
2183 .interval = (_interval), \
2199 #define BT_LE_SCAN_PARAM(_type, _options, _interval, _window) \ argument
2201 BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \