Searched refs:BT_LE_ADV_PARAM (Results  1 – 12 of 12) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | bluetooth.h | 1092 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \  macro 1097 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer) 1106 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, BT_GAP_ADV_FAST_INT_MIN_2,                      \ 1132 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, BT_GAP_ADV_FAST_INT_MAX_1,  \ 1148 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2,  \ 1157 #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ 1167 #define BT_LE_ADV_CONN_NAME_AD BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ 1175 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_DIR_MODE_LOW_DUTY,                      \ 1179 #define BT_LE_ADV_NCONN BT_LE_ADV_PARAM(0, BT_GAP_ADV_FAST_INT_MIN_2, \ 1188 #define BT_LE_ADV_NCONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_NAME, \ [all …] 
 | 
| /Zephyr-latest/samples/bluetooth/bthome_sensor_template/src/ | 
| D | main.c | 15 #define ADV_PARAM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
  | 
| /Zephyr-latest/include/zephyr/bluetooth/audio/ | 
| D | bap.h | 64 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(20), \ 73 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV,                                \ 116 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(60),                      \ 126 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(150),                     \
  | 
| /Zephyr-latest/samples/bluetooth/channel_sounding/src/ | 
| D | cs_test_reflector.c | 201 		err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1,  in main()
  | 
| D | connected_cs_reflector.c | 185 	err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1,  in main()
  | 
| /Zephyr-latest/samples/bluetooth/iso_broadcast/src/ | 
| D | main.c | 104 	const struct bt_le_adv_param *ext_adv_param = BT_LE_ADV_PARAM(  in main()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/ | 
| D | main.c | 53 	err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY,  in start_advertising()
  | 
| /Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/ | 
| D | main.c | 49 static const struct bt_le_adv_param *param = BT_LE_ADV_PARAM(
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ | 
| D | main.c | 83 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, ADV_INTERVAL_MIN, ADV_INTERVAL_MAX, NULL) 86 	BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV, ADV_INTERVAL_MIN,              \
  | 
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ | 
| D | broadcaster.c | 668 		BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, ext_adv_interval, ext_adv_interval, NULL);  in create_big()
  | 
| /Zephyr-latest/doc/releases/ | 
| D | migration-guide-3.7.rst | 804 * :c:macro:`BT_LE_ADV_PARAM` now returns a :code:`const` pointer. 810   The change to :c:macro:`BT_LE_ADV_PARAM` also affects all of its derivatives, including but not
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ | 
| D | btp_bap_broadcast.c | 494 		*BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(140),  in btp_bap_broadcast_source_setup_v2()
  |