Lines Matching refs:_options
945 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument
950 .options = (_options), \
965 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument
967 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \
1199 #define BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \ argument
1203 .options = (_options), \
1213 #define BT_LE_PER_ADV_PARAM(_int_min, _int_max, _options) \ argument
1215 BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \
2285 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument
2288 .options = (_options), \
2305 #define BT_LE_SCAN_PARAM(_type, _options, _interval, _window) \ argument
2307 BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \