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
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- When Not to Use
- Scenario → Reference Routing
- Node Roles
- Traffic Attachment Rules
- kpi() Availability
- Connection/Configuration Setup
- Common Mistakes
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.
