-
```shell
sudo -E `which python3` examples/run_gatt_client.py examples/device2.json hci-socket:0
```
```shell
············
DEBUG:bumble.device:BD_ADDR: A8:3B:76:A8:12:0A/P
DEBUG:bumble.keys:JSON keyst…
-
This is my journal for the the assignment. Comparsion useabilty: Netflix vs Amazon.
[Assignmnet Report.pdf](https://github.com/user-attachments/files/17797049/Assignmnet.Report.pdf)
-
In the function `hci_le_big_complete` and `hci_le_big_sync_established`,
```
SYS_SLIST_FOR_EACH_CONTAINER(&big->bis_channels, bis, node) {
const uint16_t handle = evt->handle[i++];
struct …
-
This primarily affects local Link Layer drivers, but the first bullet relates to all HCI drivers.
- We only have one type of Bluetooth drivers, namely HCI drivers, so the drivers should move from …
-
**Feature Request: Add LXC Container Management via Incus**
I’m very happy that ucore-hci exists for virtual machines, but I’d love to see support for managing LXC containers as well.
[Incus](https:…
-
**Is your enhancement proposal related to a problem? Please describe.**
`CONFIG_BT_HAS_HCI_VS` is used for vendor specific commands, but the prefix clashes with the Bluetooth Hearing Access Service (…
-
**Describe The Bug:**
Error and unable to fix. The error logs show missing modules.
**To Reproduce:**
install the plugin and entered the Bluetooth UID and then the errors showed.
**Expected…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
BT_DRV_RX_STACK_SIZE is too small and can't be configured. It needs to be more than 512 bytes in released versions of Zephyr, or 640 bytes, on the main branch. Note: I'm using the nRF SDK v2.5.2, whi…
-
**Is your enhancement proposal related to a problem? Please describe.**
`CONFIG_BT_ISO_TX_MTU` today is not used by the host.
It has 3 uses
1) Many samples and tests are using this value to defi…