From 92a31213dd825a754eb2ab55023b8a1cafec2917 Mon Sep 17 00:00:00 2001 From: straithe Date: Fri, 15 Jul 2022 15:21:42 -0400 Subject: [PATCH] update FAQ --- docs/.gitignore | 1 + docs/source/conf.py | 2 -- docs/source/faq.rst | 8 +++++++- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 docs/.gitignore diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..d1638636 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 4424a01e..475c5ffd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,5 +21,3 @@ # -- Options for HTML output ------------------------------------------------- html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] - diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 5a36d1a1..b20d4bb5 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -53,4 +53,10 @@ The following may be possible: **Question: Can I listen to my phone calls?** -**Answer:** Not yet, this will require full frequency hopping support and possibly require breaking encryption by sniffing the connection process. It's on the todo list, but there's a lot of hard work to go before we get there. If you're interested in making it happen, you can get involved in the project. \ No newline at end of file +**Answer:** Not yet, this will require full frequency hopping support and possibly require breaking encryption by sniffing the connection process. It's on the todo list, but there's a lot of hard work to go before we get there. If you're interested in making it happen, you can get involved in the project. + +---------- + +**Question: What is the max capture size of Bluetooth Low Energy (BLE) packets?** + +**Answer:** 50 bytes. Longer BLE packets are truncated to 50 bytes by the Ubertooth firmware.