Agent skill · Data & Analytics

matlab-simulate-bluetooth-network

Simulate Bluetooth system-level networks using the Bluetooth Toolbox. Use this skill for any Bluetooth topology: BLE ACL (Asynchronous Connection-Less) data connections, CIS (Connected Isochronous Stream) and LE Audio for stereo speakers or hearing aids, BLE GAP (Generic Access Profile) connection establishment with advertising and scanning, Classic BR/EDR piconets with ACL data and SCO (Synchronous Connection-Oriented) voice links, and BLE+BR/EDR coexistence with adaptive frequency hopping. Covers bluetoothLENode, bluetoothNode, bluetoothLEConnectionConfig, bluetoothLECISConfig, bluetoothLEGA

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-simulate-bluetooth-network --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Requires: >=R2026a
Path: skills-catalog/wireless-communications/matlab-simulate-bluetooth-network/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bluetooth System-Level Simulation Entry point for all Bluetooth system-level simulation. All Bluetooth simulations use `sim = wirelessNetworkSimulator.init` and follow the workflow defined in `matlab-simulate-wireless-network` (simulator init, traffic, mobility, instrumentation, addNodes, run). ## When to Use - BLE ACL point-to-point or star network connections - LE Audio unicast with CIS/CIG (stereo speakers, hearing aids) - BLE GAP connection establishment (advertising, scanning, connection timing) - Classic BR/EDR piconets with ACL data or SCO voice - BLE + BR/EDR coexistence with adaptive frequency hopping - Any simulation using `bluetoothLENode`, `bluetoothNode` ## When Not to Use - Non-Bluetooth wireless simulations (use `matlab-simulate-wireless-network` instead) - PHY-layer or link level Bluetooth waveform generation, receiver analysis or BER analysis - Generic simulator setup, traffic models, or mobility (use `matlab-simulate-wireless-network`) ## Scenario → Reference Routing | Scenario | Reference | |----------|-----------| | BLE realistic connection setup (advertising, scanning, GAP) | `references/ble-gap-connection.md` | | BLE point-to-point data, star network, ACL co

What's inside
Steps it walks through
  1. When to Use
  2. When Not to Use
  3. Scenario → Reference Routing
  4. Node Roles
  5. Traffic Attachment Rules
  6. kpi() Availability
  7. Connection/Configuration Setup
  8. Common Mistakes
Ships with 6 files
  • manifest.yaml
  • references/ble-cis.md
  • references/ble-connection.md
  • references/ble-gap-connection.md
  • references/bluetooth-bredr.md
  • references/bluetooth-coexistence.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-simulate-bluetooth-network skill do?

Simulate Bluetooth system-level networks using the Bluetooth Toolbox. Use this skill for any Bluetooth topology: BLE ACL (Asynchronous Connection-Less) data connections, CIS (Connected Isochronous Stream) and LE Audio for stereo speakers or hearing aids, BLE GAP (Generic Access Profile) connection establishment with advertising and scanning, Classic BR/EDR piconets with ACL data and SCO (Synchronous Connection-Oriented) voice links, and BLE+BR/EDR coexistence with adaptive frequency hopping. Covers bluetoothLENode, bluetoothNode, bluetoothLEConnectionConfig, bluetoothLECISConfig, bluetoothLEGA

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-simulate-bluetooth-network --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going