/Zephyr-Core-3.6.0/samples/bluetooth/hci_ipc/ |
D | sample.yaml | 2 description: Allows Zephyr to provide Bluetooth connectivity via IPC 3 name: Bluetooth HCI IPC 5 sample.bluetooth.hci_ipc: 6 harness: bluetooth 7 tags: bluetooth 15 sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split: 16 harness: bluetooth 17 tags: bluetooth 26 sample.bluetooth.hci_ipc.iso_receive.bt_ll_sw_split: 27 harness: bluetooth [all …]
|
/Zephyr-Core-3.6.0/tests/bluetooth/shell/ |
D | testcase.yaml | 9 bluetooth.shell.main: 22 tags: bluetooth 25 bluetooth.shell.power_control_request: 32 bluetooth.shell.cdc_acm: 46 tags: bluetooth 49 bluetooth.shell.shell_br: 63 tags: bluetooth 65 bluetooth.shell.no_privacy: 68 tags: bluetooth 69 bluetooth.shell.log_defaults: [all …]
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/ |
D | compile.sh | 22 app=tests/bsim/bluetooth/host/adv/resume compile 23 app=tests/bsim/bluetooth/host/adv/resume conf_file=prj_2.conf compile 24 app=tests/bsim/bluetooth/host/adv/chain compile 25 app=tests/bsim/bluetooth/host/adv/extended conf_file=prj_advertiser.conf compile 26 app=tests/bsim/bluetooth/host/adv/extended conf_file=prj_scanner.conf compile 27 app=tests/bsim/bluetooth/host/adv/periodic compile 28 app=tests/bsim/bluetooth/host/adv/periodic conf_file=prj_long_data.conf compile 29 app=tests/bsim/bluetooth/host/adv/encrypted/css_sample_data compile 30 app=tests/bsim/bluetooth/host/adv/encrypted/ead_sample compile 32 app=tests/bsim/bluetooth/host/att/eatt conf_file=prj_lowres.conf compile [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | mesh.h | 2 * @brief Bluetooth Mesh Profile APIs. 18 #include <zephyr/bluetooth/mesh/keys.h> 19 #include <zephyr/bluetooth/mesh/msg.h> 20 #include <zephyr/bluetooth/mesh/access.h> 21 #include <zephyr/bluetooth/mesh/main.h> 22 #include <zephyr/bluetooth/mesh/cfg.h> 23 #include <zephyr/bluetooth/mesh/cfg_srv.h> 24 #include <zephyr/bluetooth/mesh/health_srv.h> 25 #include <zephyr/bluetooth/mesh/blob_srv.h> 26 #include <zephyr/bluetooth/mesh/cfg_cli.h> [all …]
|
D | addr.h | 2 * @brief Bluetooth device address definitions and utilities. 23 * @brief Bluetooth device address definitions and utilities. 25 * @ingroup bluetooth 40 /** Length in bytes of a standard Bluetooth address */ 43 /** Bluetooth Device Address */ 49 /** Length in bytes of an LE Bluetooth address. Not packed, so no sizeof() */ 52 /** Bluetooth LE Device Address */ 58 /* Global Bluetooth address constants defined in bluetooth/common/addr.c */ 64 /** Bluetooth device "any" address, not a valid address */ 66 /** Bluetooth device "none" address, not a valid address */ [all …]
|
/Zephyr-Core-3.6.0/subsys/bluetooth/ |
D | Kconfig.logging | 1 # Bluetooth logging configuration options 14 menu "Bluetooth logging" 21 menu "Bluetooth legacy logging options" 26 bool "[DEPRECATED] Bluetooth HCI driver debug" 30 Bluetooth HCI driver, including the Controller-side HCI layer 34 bool "[DEPRECATED] Bluetooth Resolvable Private Address (RPA) debug" 38 This option enables debug support for the Bluetooth 50 the Bluetooth Audio functionality. 57 logs for the Bluetooth Audio functionality. 74 the Bluetooth Audio functionality. [all …]
|
/Zephyr-Core-3.6.0/tests/bluetooth/init/ |
D | testcase.yaml | 3 tags: bluetooth 5 bluetooth.init.test: 7 bluetooth.init.test_0: 10 bluetooth.init.test_1: 13 bluetooth.init.test_10: 16 bluetooth.init.test_11: 19 bluetooth.init.test_12: 22 bluetooth.init.test_13: 25 bluetooth.init.test_14: 28 bluetooth.init.test_15: [all …]
|
/Zephyr-Core-3.6.0/samples/bluetooth/hci_uart/ |
D | sample.yaml | 2 name: Bluetooth HCI UART 3 description: Allows Zephyr to provide Bluetooth connectivity via UART 5 sample.bluetooth.hci_uart.nrf5: 6 harness: bluetooth 11 - bluetooth 12 sample.bluetooth.hci_uart.nrf52833.df: 13 harness: bluetooth 20 - bluetooth 21 sample.bluetooth.hci_uart.nrf5340_netcore.df: 22 harness: bluetooth [all …]
|
/Zephyr-Core-3.6.0/samples/bluetooth/hap_ha/ |
D | sample.yaml | 2 description: Bluetooth HAP Hearing Aid sample 3 name: Bluetooth HAP Hearing Aid sample 5 sample.bluetooth.hap_ha.monaural: 6 harness: bluetooth 10 tags: bluetooth 12 sample.bluetooth.hap_ha.monaural_no_presets: 13 harness: bluetooth 17 tags: bluetooth 21 sample.bluetooth.hap_ha.banded: 22 harness: bluetooth [all …]
|
/Zephyr-Core-3.6.0/tests/bluetooth/mesh/basic/ |
D | testcase.yaml | 2 bluetooth.mesh.main: 10 - bluetooth 12 bluetooth.mesh.dbg: 21 - bluetooth 23 bluetooth.mesh.friend: 32 - bluetooth 34 bluetooth.mesh.gatt: 43 - bluetooth 45 bluetooth.mesh.lpn: 54 - bluetooth [all …]
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/ |
D | compile.sh | 21 app=tests/bsim/bluetooth/ll/advx compile 22 app=tests/bsim/bluetooth/ll/advx \ 25 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile 26 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile 27 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_low_lat.conf compile 28 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_single_timer.conf compile 30 app=tests/bsim/bluetooth/ll/bis compile 31 app=tests/bsim/bluetooth/ll/bis \ 33 app=tests/bsim/bluetooth/ll/bis conf_file=prj_vs_dp.conf compile 35 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay.conf compile [all …]
|
/Zephyr-Core-3.6.0/tests/bluetooth/controller/uut/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/mem.c 11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/memq.c 12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_tx_queue.c 13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_conn.c 14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ll_feat.c 15 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_conn_upd.c 16 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_cc.c 17 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_pdu.c 18 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_remote.c 19 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_local.c [all …]
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/ |
D | index.rst | 3 Bluetooth chapter 6 This section contains information regarding the Bluetooth stack of the 10 Zephyr includes a complete Bluetooth Low Energy stack from application to radio 11 hardware, as well as portions of a Classical Bluetooth (BR/EDR) Host layer. 17 bluetooth-arch.rst 18 bluetooth-ctlr-arch.rst 19 bluetooth-audio-arch.rst 20 bluetooth-qual.rst 21 bluetooth-tools.rst 22 bluetooth-dev.rst [all …]
|
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_hr/ |
D | sample.yaml | 2 name: Bluetooth Peripheral HR 5 sample.bluetooth.peripheral_hr: 6 harness: bluetooth 12 tags: bluetooth 13 sample.bluetooth.peripheral_hr_rv32m1_vega_ri5cy: 15 tags: bluetooth 17 sample.bluetooth.peripheral_hr.frdm_kw41z_shield: 18 harness: bluetooth 20 tags: bluetooth
|
/Zephyr-Core-3.6.0/tests/bluetooth/tester/ |
D | testcase.yaml | 2 bluetooth.general.tester: 9 tags: bluetooth 10 harness: bluetooth 11 bluetooth.general.tester_le_audio: 19 tags: bluetooth 20 harness: bluetooth 21 bluetooth.general.tester_mesh: 29 tags: bluetooth 30 harness: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_hids/ |
D | sample.yaml | 2 name: Bluetooth Peripheral HIDs 3 description: Bluetooth Low Energy HID-over-GATT service sample 5 sample.bluetooth.peripheral_hids: 6 harness: bluetooth 8 tags: bluetooth 11 sample.bluetooth.peripheral_hids.no_authentication: 12 harness: bluetooth 16 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/tmap_peripheral/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Audio TMAP Peripheral sample 3 name: Bluetooth Low Energy Audio TMAP Peripheral sample 5 sample.bluetooth.tmap_peripheral: 6 harness: bluetooth 11 tags: bluetooth 14 sample.bluetooth.tmap_peripheral.duo: 15 harness: bluetooth 20 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/broadcast_audio_sink/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Audio Broadcast Sink sample 3 name: Bluetooth Low Energy Audio Broadcast Sink sample 5 sample.bluetooth.broadcast_audio_sink: 6 harness: bluetooth 15 tags: bluetooth 17 sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split: 18 harness: bluetooth 27 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/unicast_audio_client/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Audio Unicast Client sample 3 name: Bluetooth Low Energy Audio Unicast Client sample 5 sample.bluetooth.audio_unicast_client: 6 harness: bluetooth 13 tags: bluetooth 17 sample.bluetooth.audio_unicast_client.bt_ll_sw_split: 18 harness: bluetooth 26 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/unicast_audio_server/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Audio Unicast Server sample 3 name: Bluetooth Low Energy Audio Unicast Server sample 5 sample.bluetooth.audio_unicast_server: 6 harness: bluetooth 13 tags: bluetooth 17 sample.bluetooth.audio_unicast_server.bt_ll_sw_split: 18 harness: bluetooth 26 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/broadcast_audio_source/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Broadcast Audio Source sample 3 name: Bluetooth Low Energy Broadcast Audio Source sample 5 sample.bluetooth.broadcast_audio_source: 6 harness: bluetooth 15 tags: bluetooth 17 sample.bluetooth.broadcast_audio_source.bt_ll_sw_split: 18 harness: bluetooth 29 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/public_broadcast_sink/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Audio PBP Broadcast Sink sample 3 name: Bluetooth Low Energy Audio PBP Broadcast Sink sample 5 sample.bluetooth.public_broadcast_sink: 6 harness: bluetooth 15 tags: bluetooth 17 sample.bluetooth.public_broadcast_sink.bt_ll_sw_split: 18 harness: bluetooth 27 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/public_broadcast_source/ |
D | sample.yaml | 2 description: Bluetooth Low Energy Public Broadcast Source sample 3 name: Bluetooth Low Energy Public Broadcast Source sample 5 sample.bluetooth.public_broadcast_source: 6 harness: bluetooth 15 tags: bluetooth 17 sample.bluetooth.public_broadcast_source.bt_ll_sw_split: 18 harness: bluetooth 27 tags: bluetooth
|
/Zephyr-Core-3.6.0/samples/bluetooth/beacon/ |
D | sample.yaml | 2 name: Bluetooth Beacon 4 sample.bluetooth.beacon: 5 harness: bluetooth 10 tags: bluetooth 14 sample.bluetooth.beacon-coex: 16 harness: bluetooth 18 tags: bluetooth
|
/Zephyr-Core-3.6.0/scripts/footprint/ |
D | plan.txt | 17 bt_beacon,default,nrf52840dk_nrf52840,samples/bluetooth/beacon, 18 bt_peripheral,default,nrf52840dk_nrf52840,samples/bluetooth/peripheral, 19 bt_central_hr,default,nrf52840dk_nrf52840,samples/bluetooth/central_hr, 20 bt_mesh_demo,default,bbc_microbit,samples/bluetooth/mesh_demo, 21 bt_hap_ha,default,nrf5340dk_nrf5340_cpuapp,samples/bluetooth/hap_ha, 22 bt_unicast_audio_client,default,nrf5340dk_nrf5340_cpuapp,samples/bluetooth/unicast_audio_client, 23 bt_unicast_audio_server,default,nrf5340dk_nrf5340_cpuapp,samples/bluetooth/unicast_audio_server, 24 bt_tmap_central,default,nrf5340dk_nrf5340_cpuapp,samples/bluetooth/tmap_central, 25 bt_tmap_peripheral,default,nrf5340dk_nrf5340_cpuapp,samples/bluetooth/tmap_peripheral, 26 bt_tmap_bms,default,nrf5340dk_nrf5340_cpuapp,samples/bluetooth/tmap_bms, [all …]
|