Skip to content

Commit

Permalink
Configuration of heap and stack, flexible and equal to the branch ""
Browse files Browse the repository at this point in the history
  • Loading branch information
wowa committed Jun 27, 2018
1 parent 6952b3f commit 98e23e1
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions README-UUIDS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[BluetoothServiceNotify](source/BluetoothServiceNotify.cpp)

BluetoothServiceNotifyUUID = 0xff,0x55,0xdd,0xee, 0x25,0x1d, 0x47,0x0a, 0xa0,0x62, 0xfa,0x19,0x22,0xdf,0xa9,0xa8

[BluetoothServiceProgram](source/BluetoothServiceProgram.h)

BluetoothServiceProgramUUID = 0xff, 0x66, 0xdd, 0xee, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8

[MicroBitAccelerometerService](yotta_modules/microbit-dal/source/bluetooth/MicroBitAccelerometerService.cpp)

MicroBitAccelerometerServiceUUID = 0xe9,0x5d,0x07,0x53,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8

MicroBitAccelerometerServiceDataUUID = 0xe9,0x5d,0xca,0x4b,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8

MicroBitAccelerometerServicePeriodUUID = 0xe9,0x5d,0xfb,0x24,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8

[MicroBitDFUService](yotta_modules/microbit-dal/source/bluetooth/MicroBitDFUService.cpp)

MicroBitDFUServiceUUID = 0xe9,0x5d,0x93,0xb0,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8

MicroBitDFUServiceControlCharacteristicUUID = 0xe9,0x5d,0x93,0xb1,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8

[DeviceInfoService](yotta_modules/ble/ble/GattCharacteristic.h)

UUID_DEVICE_INFORMATION_SERVICE = 0x180A

UUID_MANUFACTURER_NAME_STRING_CHAR = 0x2A29
UUID_MODEL_NUMBER_STRING_CHAR = 0x2A24
UUID_SERIAL_NUMBER_STRING_CHAR = 0x2A25
UUID_HARDWARE_REVISION_STRING_CHAR = 0x2A27
UUID_FIRMWARE_REVISION_STRING_CHAR = 0x2A26
UUID_SOFTWARE_REVISION_STRING_CHAR = 0x2A28



**Currently not in Use**


[BluetoothServiceDebug](source/BluetoothServiceDebug.cpp)

BluetoothServiceDebugUUID = 0xff, 0x44, 0xdd, 0xee, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8

4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"enabled": 1,
"pairing_mode": 1,
"private_addressing": 0,
"open": 0,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"open": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_OPEN_LINK",
"whitelist": 0,
"advertising_timeout": 0,
"tx_power": 7,
Expand Down

0 comments on commit 98e23e1

Please sign in to comment.