diff options
| author | Jim Mussared | 2020-04-07 15:02:52 +1000 |
|---|---|---|
| committer | Damien George | 2020-04-29 16:45:46 +1000 |
| commit | 7563d582100d7947eb61960c9116c8fc10f1e996 (patch) | |
| tree | f7f3884fa8f98b012c8ffa8814d8ea5c46ae9511 /docs | |
| parent | c987adb9e938dbcb1a50e7b0947913c4e37e0943 (diff) | |
unix: Add support for modbluetooth and BLE using btstack.
This commit adds full support to the unix port for Bluetooth using the
common extmod/modbluetooth Python bindings. This uses the libusb HCI
transport, which supports many common USB BT adaptors.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/ubluetooth.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/ubluetooth.rst b/docs/library/ubluetooth.rst index 62a823924..2609ac01b 100644 --- a/docs/library/ubluetooth.rst +++ b/docs/library/ubluetooth.rst @@ -48,6 +48,8 @@ Configuration - ``'mac'``: Returns the device MAC address. If a device has a fixed address (e.g. PYBD) then it will be returned. Otherwise (e.g. ESP32) a random address will be generated when the BLE interface is made active. + Note: on some ports, accessing this value requires that the interface is + active (so that the MAC address can be queried from the controller). - ``'rxbuf'``: Get/set the size in bytes of the internal buffer used to store incoming events. This buffer is global to the entire BLE driver and so |
