|
|
@@ -46,26 +46,26 @@ static GapConfig seos_reader_template_config = {
|
|
|
.adv_service.UUID_Type = UUID_TYPE_128,
|
|
|
.adv_service.Service_UUID_128 = BLE_SVC_SEOS_READER_UUID,
|
|
|
.mfg_data =
|
|
|
- {
|
|
|
- 0x2e,
|
|
|
- 0x01,
|
|
|
- 0x15,
|
|
|
- 0x4b,
|
|
|
- 0xe2,
|
|
|
- 0xb6,
|
|
|
- 0xb6,
|
|
|
- 0xb6,
|
|
|
- 0x2a,
|
|
|
- 0x46,
|
|
|
- 0x4c,
|
|
|
- 0x30,
|
|
|
- 0x4b,
|
|
|
- 0x37,
|
|
|
- 0x5a,
|
|
|
- 0x30,
|
|
|
- 0x31,
|
|
|
- },
|
|
|
- .mfg_data_len = 17,
|
|
|
+ {0x2e,
|
|
|
+ 0x01,
|
|
|
+ 0x15,
|
|
|
+ 0x4b,
|
|
|
+ 0xe2,
|
|
|
+ 0xb6,
|
|
|
+ 0xb6,
|
|
|
+ 0xb6,
|
|
|
+ 0x2a,
|
|
|
+ 0x46,
|
|
|
+ 0x4c,
|
|
|
+ 0x30,
|
|
|
+ 0x4b,
|
|
|
+ 0x37,
|
|
|
+ 0x5a,
|
|
|
+ 0x30,
|
|
|
+ 0x31,
|
|
|
+ 0x55,
|
|
|
+ 0x31},
|
|
|
+ .mfg_data_len = 19,
|
|
|
.adv_name = "Seos",
|
|
|
.bonding_mode = false,
|
|
|
.pairing_method = GapPairingNone,
|
|
|
@@ -79,7 +79,7 @@ static GapConfig seos_reader_template_config = {
|
|
|
static GapConfig seos_cred_template_config = {
|
|
|
.adv_service.UUID_Type = UUID_TYPE_128,
|
|
|
.adv_service.Service_UUID_128 = BLE_SVC_SEOS_CRED_UUID,
|
|
|
- .adv_name = "Seos",
|
|
|
+ .adv_name = "Flp",
|
|
|
.bonding_mode = false,
|
|
|
.pairing_method = GapPairingNone,
|
|
|
.conn_param = {
|