circuitpython/ports/nrf/drivers
Glenn Ruben Bakke 11bc38d55f nrf/bluetooth: Set GAP_ADV_MAX_SIZE to 31 (s132/s140).
For s132 and s140, GAP_ADV_MAX_SIZE was currently set to
BLE_GATT_ATT_MTU_DEFAULT, which is 23. The correct value
should have been 31, but there are no define for this in
the s132/s140 header files as for s110.

Updating define in ble_drv.c to the correct value of 31.
2018-10-11 23:38:11 +02:00
..
bluetooth nrf/bluetooth: Set GAP_ADV_MAX_SIZE to 31 (s132/s140). 2018-10-11 23:38:11 +02:00
flash.c nrf: Properly use (void) instead of () for function definitions. 2018-07-20 14:11:28 +10:00
flash.h nrf/drivers/flash: Fix incorrect page alignment check. 2018-07-23 16:12:33 +10:00
softpwm.c nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
softpwm.h nrf/drivers: Add license text to ticker.h and softpwm.h. 2018-07-18 17:12:26 +10:00
ticker.c nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
ticker.h nrf: Properly use (void) instead of () for function definitions. 2018-07-20 14:11:28 +10:00