/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | peripheral.c | 22 bt_addr_le_t central; in peripheral() local 35 central = *bt_conn_get_dst(g_conn); in peripheral() 45 ASSERT(bt_addr_le_eq(bt_conn_get_dst(g_conn), ¢ral), in peripheral() 52 advertise_connectable(id_b, ¢ral); in peripheral()
|
D | main.c | 10 void central(void); 18 .test_main_f = central,
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 178 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in test_timeout() local 188 if (central) { in test_timeout() 194 if (central) { in test_timeout() 208 if (central) { in test_timeout() 214 if (central) { in test_timeout() 222 if (central) { in test_timeout() 245 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in disconnected() local 251 if (central) { in disconnected()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/ |
D | central.c | 17 LOG_MODULE_REGISTER(central, LOG_LEVEL_INF); 19 void central(void) in central() function 71 .test_main_f = central,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 22 Skip central and/or peripheral subevent reception to test flush 39 bool "Skip central role subevents to test Flush Timeout" 42 Skip central role subevent reception to test flush timeout 46 int "Skip central ISO events count, all subevents in them" 49 Skip central ISO events count where all subevents are skipped.
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | main.c | 10 void central(void); 18 .test_main_f = central,
|
D | peripheral.c | 22 bt_addr_le_t central; in peripheral() local 35 central = *bt_conn_get_dst(g_conn); in peripheral()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | main.c | 10 void central(void); 18 .test_main_f = central,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 114 ll_iso_setup.group.central.sca = sca; in ll_cig_parameters_open() 115 ll_iso_setup.group.central.packing = packing; in ll_cig_parameters_open() 116 ll_iso_setup.group.central.framing = framing; in ll_cig_parameters_open() 144 ll_iso_setup.stream[cis_idx].central.c_rtn = c_rtn; in ll_cis_parameters_set() 145 ll_iso_setup.stream[cis_idx].central.p_rtn = p_rtn; in ll_cis_parameters_set() 218 if (!cig->central.test) { in ll_cig_parameters_commit() 245 if (cig->central.framing && cig->c_sdu_interval == 10000U) { in ll_cig_parameters_commit() 250 if (!cig->central.framing && (cig->c_sdu_interval % ISO_INT_UNIT_US)) { in ll_cig_parameters_commit() 308 cis->framed = cig->central.framing || force_framed; in ll_cig_parameters_commit() 343 if (cig->central.test) { in ll_cig_parameters_commit() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | main.c | 10 void central(void); 19 .test_main_f = central,
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | main.c | 139 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in test_long_read() local 141 if (central) { in test_long_read() 183 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in the_test() local 200 if (central) { in the_test() 215 if (central) { in the_test()
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/tests_scripts/ |
D | bas.sh | 20 -testid=central -rs=6 24 -testid=central -rs=6
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/test_scripts/ |
D | run.sh | 27 -d=1 -rs=169 -RealEncryption=1 -testid=central -delay_init -start_offset=1e3 29 -d=2 -rs=690 -RealEncryption=1 -testid=central -delay_init -start_offset=10e3
|
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/ |
D | README.rst | 13 accepted if the central device is on the accept list. Additionally, scan response 15 BLE central devices (such as Android smartphones) might not display the device 16 in the scan results if the central device is not on the accept list. 26 * Second Bluetooth LE device acting as a central. For example another Zephyr board or smartphone
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 13 The sample transmits data between the *central* and the *peripheral* 16 The application can be used as both a central and a peripheral, and the mode 48 connected board in the central role. 51 #. Optionally modify the central ISO settings using the console. 52 #. Observe that the central and the peripheral connects. 65 Choose device role - type c (central role) or p (peripheral role), or q to quit: p 86 The central will ask if any changes to the current settings are wanted. 88 otherwise continue with the current settings. The central will then start 90 role. Once connected, the central will output overall data (since boot), 97 Choose device role - type c (central role) or p (peripheral role), or q to quit: c
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | main.c | 13 extern void central(void); 36 .test_main_f = central,
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/test_scripts/ |
D | security_changed_callback.sh | 15 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central -RealEncryption=1 27 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central -RealEncryption=1
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/tests_scripts/ |
D | l2cap.sh | 14 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central 29 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/test_scripts/ |
D | ccc_store.sh | 16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central \ 31 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central \
|
D | ccc_store_2.sh | 16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central \ 31 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central \
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/test_scripts/ |
D | run_test_rpa_sharing.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central -RealEncryption=1 \ 32 -v=${verbosity_level} -s=${simulation_id}_2 -d=0 -testid=central -RealEncryption=1 \
|
D | run_test.sh | 18 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central -RealEncryption=1 \ 31 -v=${verbosity_level} -s=${simulation_id}.2 -d=0 -testid=central -RealEncryption=1 \
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/test_scripts/ |
D | run_tests.sh | 16 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=0 -testid=central \ 31 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=0 -testid=central \
|
/Zephyr-latest/samples/bluetooth/direct_adv/ |
D | README.rst | 5 Advertise directly to a bonded central device. 12 boot direct advertising to the bonded central will be performed. Additionally this sample 24 * Second Bluetooth LE device acting as a central with enabled privacy. For example another Zephyr b…
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/ |
D | README.rst | 5 Use multiple identities to allow connections from multiple central devices. 11 connected to from multiple central devices.
|