This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6fcb0a40e9
circuitpython
/
nrf5
/
bluetooth
History
Glenn Ruben Bakke
6fcb0a40e9
nrf5/bluetooth: Renaming the ble module method address_print() to address(), as it will now return a string of the resolved local address. Updating the function to create a string out the local address and return this.
2017-04-02 16:43:16 +02:00
..
iot_0.9.0
nrf5: Renaming sdk folder to bluetooth.
2017-03-04 17:54:15 +01:00
ble_drv.c
nrf5/bluetooth: Update ble_drv_address_get to new api which pass in a address struct to fill by reference. Updating implementation to copy the address data. Also ensuring that the bluetooth stack has been enabled before fetching the address from the bluetooth stack.
2017-04-02 16:41:08 +02:00
ble_drv.h
nrf5/bluetooth: Adding new structure which can hold local address. Updating api prototype for ble_drv_address_get with a address structure by reference.
2017-04-02 16:39:14 +02:00
ble_uart.c
nrf5: Renaming sdk folder to bluetooth.
2017-03-04 17:54:15 +01:00
ble_uart.h
nrf5: Renaming sdk folder to bluetooth.
2017-03-04 17:54:15 +01:00
bluetooth_common.mk
nrf5/bluetooth: Updating old references to 'sdk' to use the new folder name 'bluetooth' in makefiles.
2017-03-04 17:58:31 +01:00
help_sd.h
nrf5/bluetooth: Updating help text for ble module to also list up enabled() function which queries the bluetooth stack on whether it is enabled or not.
2017-04-02 16:17:39 +02:00
modble.c
nrf5/bluetooth: Renaming the ble module method address_print() to address(), as it will now return a string of the resolved local address. Updating the function to create a string out the local address and return this.
2017-04-02 16:43:16 +02:00
ringbuffer.h
nrf5: Renaming sdk folder to bluetooth.
2017-03-04 17:54:15 +01:00