micropython/docs/library
Jim Mussared cacc96d98c extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.
This is technically a breaking change, but:
a) We need the end handle to do descriptor discovery properly.
b) We have no possible use for the existing definition handle in the
characteristic result IRQ. None of the methods can use it, and therefore
no existing code should be using it in a way that changing it to a
different integer value should break.

Unfortunately NimBLE doesn't make it easy to get the end handle, so also
implement a mechanism to use the following characteristic to calculate
the previous characteristic's end handle.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-09 11:24:24 +10:00
..
_thread.rst
array.rst
binascii.rst
bluetooth.rst extmod/modbluetooth: Replace def_handle with end_handle in char IRQ. 2022-09-09 11:24:24 +10:00
btree.rst
builtins.rst
cmath.rst
collections.rst
cryptolib.rst
errno.rst
esp.rst
esp32.rst
framebuf.rst
gc.rst
hashlib.rst
heapq.rst
index.rst docs/library: Fix nested rst styles not rendering. 2022-08-26 15:15:59 +10:00
io.rst
json.rst
lcd160cr.rst
machine.ADC.rst
machine.ADCBlock.rst
machine.ADCWiPy.rst
machine.I2C.rst docs/library/machine.I2C: Add a note about I2C pull-up resistors. 2022-08-31 00:07:23 +10:00
machine.I2S.rst
machine.PWM.rst
machine.Pin.rst
machine.RTC.rst
machine.SD.rst
machine.SDCard.rst
machine.SPI.rst
machine.Signal.rst
machine.Timer.rst
machine.TimerWiPy.rst
machine.UART.rst docs/library/machine.UART: Add docs for uart.flush() and uart.txdone(). 2022-08-31 00:20:44 +10:00
machine.WDT.rst rp2/machine_wdt: Check for the maximum timeout value of watchdog. 2022-08-23 16:26:29 +10:00
machine.rst
math.rst
micropython.rst docs/library/micropython: Fix spelling of compiler. 2022-08-26 15:15:59 +10:00
neopixel.rst
network.LAN.rst
network.WIZNET5K.rst
network.WLAN.rst
network.WLANWiPy.rst
network.rst drivers/cc3000: Remove CC3000 WiFi driver files. 2022-08-26 12:51:37 +10:00
os.rst
pyb.ADC.rst
pyb.Accel.rst
pyb.CAN.rst
pyb.DAC.rst
pyb.ExtInt.rst
pyb.Flash.rst
pyb.I2C.rst
pyb.LCD.rst
pyb.LED.rst
pyb.Pin.rst
pyb.RTC.rst
pyb.SPI.rst
pyb.Servo.rst
pyb.Switch.rst
pyb.Timer.rst
pyb.UART.rst
pyb.USB_HID.rst
pyb.USB_VCP.rst
pyb.rst
random.rst
re.rst
rp2.Flash.rst
rp2.PIO.rst
rp2.StateMachine.rst
rp2.rst
select.rst
socket.rst
ssl.rst
stm.rst
struct.rst
sys.rst
time.rst
uasyncio.rst
uctypes.rst
wipy.rst
wm8960.rst
zephyr.DiskAccess.rst
zephyr.FlashArea.rst
zephyr.rst
zephyr.zsensor.rst
zlib.rst