Fix formatting of Bluetooth background info. authored by akwizgran's avatar akwizgran
...@@ -91,14 +91,14 @@ The availability of Bluetooth APIs on most modern day smartphones makes Bluetoot ...@@ -91,14 +91,14 @@ The availability of Bluetooth APIs on most modern day smartphones makes Bluetoot
Background information about Bluetooth: Background information about Bluetooth:
- Bluetooth Low Energy - Bluetooth Low Energy
- <https://punchthrough.com/how-gap-and-gatt-work/> - <https://punchthrough.com/how-gap-and-gatt-work/>
- <https://www.oreilly.com/library/view/getting-started-with/9781491900550/ch04.html> - <https://www.oreilly.com/library/view/getting-started-with/9781491900550/ch04.html>
- <https://github.com/weliem/blessed-android> - <https://github.com/weliem/blessed-android>
- <https://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.35.00.33/exports/docs/ble5stack/ble_user_guide/html/ble-stack/l2cap.html#l2cap-connection-oriented-channel-coc-example> - <https://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.35.00.33/exports/docs/ble5stack/ble_user_guide/html/ble-stack/l2cap.html#l2cap-connection-oriented-channel-coc-example>
- <https://code.briarproject.org/briar/public-mesh-testbed/-/tree/blessed-gatt> - <https://code.briarproject.org/briar/public-mesh-testbed/-/tree/blessed-gatt>
- Bluetooth "classic", specifically RFCOMM - Bluetooth "classic", specifically RFCOMM
- <https://developer.android.com/guide/topics/connectivity/bluetooth> - <https://developer.android.com/guide/topics/connectivity/bluetooth>
- <https://code.briarproject.org/briar/public-mesh-testbed/-/tree/bt-classic> - <https://code.briarproject.org/briar/public-mesh-testbed/-/tree/bt-classic>
### Bluetooth "classic" (BR/EDR) ### Bluetooth "classic" (BR/EDR)
... ...
......