Merge pull request #22 from microbit-sam/no_mitm

Change pairing mode to "Just Works" on BLE samples
This commit is contained in:
Joe Finney 2018-11-23 14:06:00 +00:00 committed by GitHub
commit f9a799486c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -12,7 +12,8 @@
"event_service": 0,
"device_info_service": 0,
"eddystone_url": 0,
"eddystone_uid": 1
"eddystone_uid": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
},
"gatt_table_size": "0x600"
}

View File

@ -12,7 +12,8 @@
"event_service": 0,
"device_info_service": 0,
"eddystone_url": 1,
"eddystone_uid": 0
"eddystone_uid": 0,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
},
"gatt_table_size": "0x600"
}

View File

@ -10,7 +10,8 @@
"tx_power": 0,
"dfu_service": 0,
"event_service": 0,
"device_info_service": 1
"device_info_service": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
},
"gatt_table_size": "0x700"
}

View File

@ -10,7 +10,8 @@
"tx_power": 0,
"dfu_service": 1,
"event_service": 0,
"device_info_service": 1
"device_info_service": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
},
"gatt_table_size": "0x600"
}