/Zephyr-latest/tests/bsim/bluetooth/ll/cis/tests_scripts/ |
D | connected_iso.sh | 16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
|
D | connected_iso_acl_first.sh | 16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
|
D | connected_iso_legacy_adv.sh | 16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
|
D | connected_iso_legacy_adv_acl_first.sh | 16 -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
D | _conn_stress.sh | 48 Execute "./${bsim_central_exe_name}" ${bsim_args} -d=0 -rs=001 -testid=central ${test_args}
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | tmap.rst | 6 devices. Thus both the initiator and acceptor (or central and peripheral) should do a discovery of
|
D | gmap.rst | 6 devices. Thus both the initiator and acceptor (or central and peripheral) should do a discovery of
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg.rst | 9 Bluetooth Mesh nodes should generally be configured by a central network
|
/Zephyr-latest/boards/adafruit/grand_central_m4_express/doc/ |
D | index.rst | 146 https://learn.adafruit.com/adafruit-grand-central 149 https://learn.adafruit.com/adafruit-grand-central/pinouts 152 https://learn.adafruit.com/adafruit-grand-central/downloads
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | central.c | 24 LOG_MODULE_REGISTER(central, CONFIG_APP_LOG_LEVEL);
|
/Zephyr-latest/lib/os/zvfs/ |
D | Kconfig | 11 ZVFS is a central, Zephyr-native library that provides a common interoperable API for all
|
/Zephyr-latest/boards/adafruit/grand_central_m4_express/ |
D | adafruit_grand_central_m4_express.dts | 12 compatible = "adafruit,grand-central-m4-express";
|
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/ |
D | README.rst | 29 * A central device & monitor (e.g. nRF Connect) to check the RSSI values
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_conn.h | 85 } central; member
|
D | ull_conn_types.h | 219 } central; member
|
D | ull_central.c | 254 conn_lll->central.initiated = 0; in ll_create_connection() 255 conn_lll->central.cancelled = 0; in ll_create_connection() 256 conn_lll->central.forced = 0; in ll_create_connection() 495 conn_lll->central.cancelled = 1U; in ll_connect_disable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | central.c | 145 void central(void) in central() function
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 31 the connection parameters. When acting as a central the application will
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan.c | 359 (lll->conn->central.initiated || 360 lll->conn->central.cancelled)))) { 540 if (lll->conn && lll->conn->central.initiated) { 616 lll->conn && lll->conn->central.initiated) { 1129 } else if (lll->conn && !lll->conn->central.cancelled && 1239 lll->conn->central.initiated = 1U;
|
D | lll_scan_aux.c | 471 (lll->conn->central.initiated || in prepare_cb() 472 lll->conn->central.cancelled)))) { in prepare_cb() 936 } else if (lll->conn && !lll->conn->central.cancelled && 1075 lll->conn->central.initiated = 1U; 1557 lll->conn->central.initiated = 0U;
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 1105 struct bt_iso_unicast_tx_info *central = &unicast_info->central; in store_cis_info() local 1180 central->bn = evt->c_bn; in store_cis_info() 1181 central->phy = bt_get_phy(evt->c_phy); in store_cis_info() 1182 central->latency = sys_get_le16(evt->c_latency); in store_cis_info() 1183 central->max_pdu = sys_le16_to_cpu(evt->c_max_pdu); in store_cis_info() 1185 central->flush_timeout = info->iso_interval * evt->c_ft; in store_cis_info() 1200 central->max_sdu = central->max_pdu; in store_cis_info() 1201 central->sdu_interval = BT_ISO_SDU_INTERVAL_UNKNOWN; in store_cis_info() 1206 central->max_sdu = tx == NULL ? 0 : tx->sdu; in store_cis_info() 1207 central->sdu_interval = BT_ISO_SDU_INTERVAL_UNKNOWN; in store_cis_info() [all …]
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 41 Flash one device with the central application, and another device with the
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 41 connection-oriented roles central implicitly enables observer role, and 66 Zephyr. Rather than accepting connections from other devices a central 68 connect to. Once connected, a central will typically act as a GATT 78 There are some sample applications for the central role available in the
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 1007 struct bt_iso_unicast_tx_info central; member
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 56 that group IDs need to be unique so other custom groups should use different values, a central index 75 central index header file (as upstream Zephyr has) can be used to distribute event IDs more
|