Skip to content

Commit 403e6ca

Browse files
committed
BLE cheatsheet
1 parent 9000a00 commit 403e6ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/protocols/bluetooth.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ sudo cp attrib/gatttool /usr/local/bin/
5656
| Connection params, MTU | `hcitool con`<br>`btmgmt con-info` | `caeruleus conn-params -b <mac>` |
5757
| Adapter power and recovery | `btmgmt power`<br>`hciconfig reset`<br>`rfkill` | `caeruleus doctor`<br>`caeruleus adapter power cycle` |
5858

59-
6059
## BLE - Enumerate services and characteristics
6160

6261
> BLE is based on specification called General Attribute profile (GATT), that defines how communication/data transfer between client and server.
@@ -215,4 +214,4 @@ adb bugreport filename
215214
* [BLUETOOTH LOW ENERGY CTF - WRITE UP - ECLECTIC KOALA](https://blog.tclaverie.eu/posts/bluetooth-low-energy-ctf---write-up/)
216215
* [Bluetooth Low Energy Security Testing, Consolidated: Introducing Caeruleus - Aaron Wasserman, Hunter Ver Helst, Siddhant Kalgutkar, Will McCardell - July 10, 2026](https://www.praetorian.com/blog/ble-testing-caeruleus/)
217216
* [Denial of Pleasure: Attacking Unusual BLE Targets with a Flipper Zero - Matteo Mandolini & Luca Bongiorni](https://www.whid.ninja/blog/denial-of-pleasure-attacking-unusual-ble-targets-with-a-flipper-zero)
218-
* [WHAD - documentation - Damien Cauquil, Romain Cayre - 2024](https://whad.readthedocs.io/en/stable/)
217+
* [WHAD - documentation - Damien Cauquil, Romain Cayre - 2024](https://whad.readthedocs.io/en/stable/)

0 commit comments

Comments
 (0)