File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
hal_st/middlewares/ble_middleware Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ namespace hal
140140
141141 private:
142142 services::BondStorageSynchronizer& bondStorageSynchronizer;
143- uint16_t maxAttMtu = services::AttMtuExchange::defaultMaxAttMtuSize;
144143 };
145144}
146145
Original file line number Diff line number Diff line change @@ -175,9 +175,6 @@ namespace hal
175175 case ACI_ATT_READ_RESP_VSEVT_CODE:
176176 HandleAttReadResponse (*reinterpret_cast <const aci_att_read_resp_event_rp0*>(event.data ));
177177 break ;
178- case ACI_ATT_EXCHANGE_MTU_RESP_VSEVT_CODE:
179- HandleAttExchangeMtuResponse (*reinterpret_cast <const aci_att_exchange_mtu_resp_event_rp0*>(event.data ));
180- break ;
181178 default :
182179 break ;
183180 }
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ namespace hal
2929 // Implementation of AttMtuExchange
3030 uint16_t EffectiveMaxAttMtuSize () const override ;
3131
32- uint16_t maxAttMtu = defaultMaxAttMtuSize;
33-
3432 protected:
3533 virtual void AddCharacteristic (services::GattServerCharacteristic& characteristic);
3634 virtual void AddCharacteristicDescriptor (const services::GattServerCharacteristic& characteristic, services::GattServerDescriptor& descriptor);
You can’t perform that action at this time.
0 commit comments