Searched refs:BT_LE_ADV_PARAM_INIT (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | peer.c | 36 struct bt_le_adv_param adv_param = BT_LE_ADV_PARAM_INIT( in entrypoint_peer()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | dut.c | 46 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); in start_advertising()
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/ |
D | common.c | 19 struct bt_le_adv_param g_param = BT_LE_ADV_PARAM_INIT(
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/ |
D | main.c | 33 BT_LE_ADV_PARAM_INIT(BT_LE_ADV_OPT_EXT_ADV |
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | tester.c | 144 BT_LE_ADV_PARAM_INIT(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY, in tester_procedure_periph_delayed_start_of_conn_adv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 208 struct bt_le_adv_param adv_param = BT_LE_ADV_PARAM_INIT(BT_LE_ADV_OPT_EXT_ADV, in run_tester()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 945 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ macro 967 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 543 const struct bt_le_adv_param param = BT_LE_ADV_PARAM_INIT( in test_main_acl_disconnect()
|
D | bap_broadcast_source_test.c | 332 struct bt_le_adv_param adv_param = BT_LE_ADV_PARAM_INIT( in setup_extended_adv()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 696 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); 1454 BT_LE_ADV_PARAM_INIT(0, param->interval_min, param->interval_max, NULL);
|