File tree 7 files changed +2
-12
lines changed
all-clusters-app/cc13x2x7_26x2x7
all-clusters-minimal-app/cc13x2x7_26x2x7
pump-controller-app/cc13x2x7_26x2x7
7 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ ble.connUpdateParamsPeripheral.reqMaxConnInt = 50;
152
152
153
153
ble.advSet1.$name = "ti_ble5stack_broadcaster_advertisement_set0";
154
154
ble.advSet1.advParam1.$name = "ti_ble5stack_broadcaster_advertisement_params0";
155
- ble.advSet1.advParam1.primIntMin = 100;
156
- ble.advSet1.advParam1.primIntMax = 200;
157
155
158
156
/* DMM */
159
157
dmm.project = "ti_thread_thermostat_remote_display";
Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ ble.connUpdateParamsPeripheral.reqMaxConnInt = 50;
152
152
153
153
ble.advSet1.$name = "ti_ble5stack_broadcaster_advertisement_set0";
154
154
ble.advSet1.advParam1.$name = "ti_ble5stack_broadcaster_advertisement_params0";
155
- ble.advSet1.advParam1.primIntMin = 100;
156
- ble.advSet1.advParam1.primIntMax = 200;
157
155
158
156
/* DMM */
159
157
dmm.project = "ti_thread_thermostat_remote_display";
Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ ble.connUpdateParamsPeripheral.reqMaxConnInt = 50;
152
152
153
153
ble.advSet1.$name = "ti_ble5stack_broadcaster_advertisement_set0";
154
154
ble.advSet1.advParam1.$name = "ti_ble5stack_broadcaster_advertisement_params0";
155
- ble.advSet1.advParam1.primIntMin = 100;
156
- ble.advSet1.advParam1.primIntMax = 200;
157
155
158
156
/* DMM */
159
157
dmm.project = "ti_thread_thermostat_remote_display";
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ ble.connUpdateParamsPeripheral.reqMinConnInt = 30;
77
77
ble.connUpdateParamsPeripheral.reqMaxConnInt = 50;
78
78
ble.advSet1.$name = "ti_ble5stack_broadcaster_advertisement_set0";
79
79
ble.advSet1.advParam1.$name = "ti_ble5stack_broadcaster_advertisement_params0";
80
- ble.advSet1.advParam1.primIntMax = 200;
81
80
ble.advSet1.advData1.$name = "ti_ble5stack_broadcaster_advertisement_data0";
82
81
ble.advSet1.scanRes1.$name = "ti_ble5stack_broadcaster_advertisement_data1";
83
82
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ ble.connUpdateParamsPeripheral.reqMinConnInt = 30;
77
77
ble.connUpdateParamsPeripheral.reqMaxConnInt = 50;
78
78
ble.advSet1.$name = "ti_ble5stack_broadcaster_advertisement_set0";
79
79
ble.advSet1.advParam1.$name = "ti_ble5stack_broadcaster_advertisement_params0";
80
- ble.advSet1.advParam1.primIntMax = 200;
81
80
ble.advSet1.advData1.$name = "ti_ble5stack_broadcaster_advertisement_data0";
82
81
ble.advSet1.scanRes1.$name = "ti_ble5stack_broadcaster_advertisement_data1";
83
82
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ ble.connUpdateParamsPeripheral.reqMaxConnInt = 50;
117
117
118
118
ble.advSet1.$name = "ti_ble5stack_broadcaster_advertisement_set0";
119
119
ble.advSet1.advParam1.$name = "ti_ble5stack_broadcaster_advertisement_params0";
120
- ble.advSet1.advParam1.primIntMin = 100;
121
- ble.advSet1.advParam1.primIntMax = 200;
122
120
123
121
/* DMM */
124
122
dmm.project = "ti_thread_thermostat_remote_display";
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ void BLEManagerImpl::ConfigureAdvertisements(void)
467
467
468
468
sInstance .mAdvDatachipOBle [advIndex++] = 0x02 ;
469
469
sInstance .mAdvDatachipOBle [advIndex++] = GAP_ADTYPE_FLAGS;
470
- sInstance .mAdvDatachipOBle [advIndex++] = GAP_ADTYPE_FLAGS_BREDR_NOT_SUPPORTED | GAP_ADTYPE_FLAGS_LIMITED ;
470
+ sInstance .mAdvDatachipOBle [advIndex++] = GAP_ADTYPE_FLAGS_BREDR_NOT_SUPPORTED | GAP_ADTYPE_FLAGS_GENERAL ;
471
471
sInstance .mAdvDatachipOBle [advIndex++] = advLength;
472
472
sInstance .mAdvDatachipOBle [advIndex++] = GAP_ADTYPE_SERVICE_DATA;
473
473
sInstance .mAdvDatachipOBle [advIndex++] = static_cast <uint8_t >(LO_UINT16 (CHIPOBLE_SERV_UUID));
@@ -792,7 +792,7 @@ void BLEManagerImpl::ProcessEvtHdrMsg(QueuedEvt_t * pMsg)
792
792
GapAdv_disable (sInstance .advHandleLegacy );
793
793
sInstance .mFlags .Clear (Flags::kAdvertising );
794
794
795
- uint16_t newParamMax = 0 , newParamMin = 0 ;
795
+ uint32_t newParamMax = 0 , newParamMin = 0 ;
796
796
if (sInstance .mFlags .Has (Flags::kFastAdvertisingEnabled ))
797
797
{
798
798
// Update advertising interval
You can’t perform that action at this time.
0 commit comments