module documentation

Bluetooth - Bluetooth Low Energy interface.

Class Bluetooth A class to manage Bluetooth functionality as both central and peripheral device.
Constant _ADV_DIRECT_IND Undocumented
Constant _ADV_IND Undocumented
Constant _ADV_MAX_PAYLOAD Undocumented
Constant _ADV_NONCONN_IND Undocumented
Constant _ADV_SCAN_IND Undocumented
Constant _ADV_TYPE_APPEARANCE Undocumented
Constant _ADV_TYPE_FLAGS Undocumented
Constant _ADV_TYPE_NAME Undocumented
Constant _ADV_TYPE_UUID128_COMPLETE Undocumented
Constant _ADV_TYPE_UUID16_COMPLETE Undocumented
Constant _ADV_TYPE_UUID32_COMPLETE Undocumented
Constant _BONDING_FILE Undocumented
Constant _IRQ_CENTRAL_CONNECT Undocumented
Constant _IRQ_CENTRAL_DISCONNECT Undocumented
Constant _IRQ_ENCRYPTION_UPDATE Undocumented
Constant _IRQ_GATTC_CHARACTERISTIC_DONE Undocumented
Constant _IRQ_GATTC_CHARACTERISTIC_RESULT Undocumented
Constant _IRQ_GATTC_DESCRIPTOR_DONE Undocumented
Constant _IRQ_GATTC_DESCRIPTOR_RESULT Undocumented
Constant _IRQ_GATTC_INDICATE Undocumented
Constant _IRQ_GATTC_NOTIFY Undocumented
Constant _IRQ_GATTC_READ_DONE Undocumented
Constant _IRQ_GATTC_READ_RESULT Undocumented
Constant _IRQ_GATTC_SERVICE_DONE Undocumented
Constant _IRQ_GATTC_SERVICE_RESULT Undocumented
Constant _IRQ_GATTC_WRITE_DONE Undocumented
Constant _IRQ_GATTS_INDICATE_DONE Undocumented
Constant _IRQ_GATTS_WRITE Undocumented
Constant _IRQ_MTU_EXCHANGED Undocumented
Constant _IRQ_PASSKEY_ACTION Undocumented
Constant _IRQ_PERIPHERAL_CONNECT Undocumented
Constant _IRQ_PERIPHERAL_DISCONNECT Undocumented
Constant _IRQ_SCAN_DONE Undocumented
Constant _IRQ_SCAN_RESULT Undocumented
Constant _PASSKEY_ACTION_DISPLAY Undocumented
Constant _PASSKEY_ACTION_INPUT Undocumented
Constant _PASSKEY_ACTION_NONE Undocumented
Constant _PASSKEY_ACTION_NUMERIC_COMPARISON Undocumented
Constant _UART_RX_CHAR_UUID Undocumented
Constant _UART_SERVICE_UUID Undocumented
Constant _UART_TX_CHAR_UUID Undocumented
_ADV_DIRECT_IND =

Undocumented

Value
const(1)
_ADV_IND =

Undocumented

Value
const(0)
_ADV_MAX_PAYLOAD =

Undocumented

Value
const(31)
_ADV_NONCONN_IND =

Undocumented

Value
const(3)
_ADV_SCAN_IND =

Undocumented

Value
const(2)
_ADV_TYPE_APPEARANCE =

Undocumented

Value
const(25)
_ADV_TYPE_FLAGS =

Undocumented

Value
const(1)
_ADV_TYPE_NAME =

Undocumented

Value
const(9)
_ADV_TYPE_UUID128_COMPLETE =

Undocumented

Value
const(7)
_ADV_TYPE_UUID16_COMPLETE =

Undocumented

Value
const(3)
_ADV_TYPE_UUID32_COMPLETE =

Undocumented

Value
const(5)
_BONDING_FILE =

Undocumented

Value
const(b'picoware/bluetooth/paired_devices.json')
_IRQ_CENTRAL_CONNECT =

Undocumented

Value
const(1)
_IRQ_CENTRAL_DISCONNECT =

Undocumented

Value
const(2)
_IRQ_ENCRYPTION_UPDATE =

Undocumented

Value
const(28)
_IRQ_GATTC_CHARACTERISTIC_DONE =

Undocumented

Value
const(12)
_IRQ_GATTC_CHARACTERISTIC_RESULT =

Undocumented

Value
const(11)
_IRQ_GATTC_DESCRIPTOR_DONE =

Undocumented

Value
const(14)
_IRQ_GATTC_DESCRIPTOR_RESULT =

Undocumented

Value
const(13)
_IRQ_GATTC_INDICATE =

Undocumented

Value
const(19)
_IRQ_GATTC_NOTIFY =

Undocumented

Value
const(18)
_IRQ_GATTC_READ_DONE =

Undocumented

Value
const(16)
_IRQ_GATTC_READ_RESULT =

Undocumented

Value
const(15)
_IRQ_GATTC_SERVICE_DONE =

Undocumented

Value
const(10)
_IRQ_GATTC_SERVICE_RESULT =

Undocumented

Value
const(9)
_IRQ_GATTC_WRITE_DONE =

Undocumented

Value
const(17)
_IRQ_GATTS_INDICATE_DONE =

Undocumented

Value
const(20)
_IRQ_GATTS_WRITE =

Undocumented

Value
const(3)
_IRQ_MTU_EXCHANGED =

Undocumented

Value
const(21)
_IRQ_PASSKEY_ACTION =

Undocumented

Value
const(31)
_IRQ_PERIPHERAL_CONNECT =

Undocumented

Value
const(7)
_IRQ_PERIPHERAL_DISCONNECT =

Undocumented

Value
const(8)
_IRQ_SCAN_DONE =

Undocumented

Value
const(6)
_IRQ_SCAN_RESULT =

Undocumented

Value
const(5)
_PASSKEY_ACTION_DISPLAY =

Undocumented

Value
const(3)
_PASSKEY_ACTION_INPUT =

Undocumented

Value
const(2)
_PASSKEY_ACTION_NONE =

Undocumented

Value
const(0)
_PASSKEY_ACTION_NUMERIC_COMPARISON =

Undocumented

Value
const(4)
_UART_RX_CHAR_UUID: str =

Undocumented

Value
'6E400002-B5A3-F393-E0A9-E50E24DCCA9E'
_UART_SERVICE_UUID: str =

Undocumented

Value
'6E400001-B5A3-F393-E0A9-E50E24DCCA9E'
_UART_TX_CHAR_UUID: str =

Undocumented

Value
'6E400003-B5A3-F393-E0A9-E50E24DCCA9E'