File tree Expand file tree Collapse file tree 3 files changed +2
-912
lines changed Expand file tree Collapse file tree 3 files changed +2
-912
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class GenericGap :
79
79
using LegacyGap::default_central_privacy_configuration;
80
80
using LegacyGap::state;
81
81
82
- typedef typename LegacyGap::Address_t Address_t;
82
+ typedef typename BLEProtocol::AddressBytes_t Address_t;
83
83
typedef typename LegacyGap::PeerAddressType_t PeerAddressType_t;
84
84
typedef typename LegacyGap::ConnectionParams_t ConnectionParams_t;
85
85
typedef typename LegacyGap::Handle_t Handle_t;
@@ -298,14 +298,6 @@ class GenericGap :
298
298
*/
299
299
uint8_t getMaxPeriodicAdvertiserListSize_ ();
300
300
301
- /* *
302
- * @see Gap::setAddress
303
- */
304
- ble_error_t setAddress_ (
305
- BLEProtocol::AddressType_t type,
306
- const BLEProtocol::AddressBytes_t address
307
- );
308
-
309
301
/* *
310
302
* @see Gap::setRandomStaticAddress
311
303
*/
@@ -334,11 +326,6 @@ class GenericGap :
334
326
*/
335
327
uint16_t getMaxAdvertisingInterval_ () const ;
336
328
337
- /* *
338
- * @see Gap::stopAdvertising
339
- */
340
- ble_error_t stopAdvertising_ ();
341
-
342
329
/* *
343
330
* @see Gap::stopScan
344
331
*/
@@ -636,8 +623,6 @@ class GenericGap :
636
623
bool scan_response
637
624
);
638
625
639
- void process_scan_timeout ();
640
-
641
626
void on_advertising_timeout ();
642
627
643
628
void process_advertising_timeout ();
You can’t perform that action at this time.
0 commit comments