File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ class ConnectionParameters {
282
282
*
283
283
* @return The initiator policy.
284
284
*/
285
- initiator_filter_policy_t getFilterPolicy () const
285
+ initiator_filter_policy_t getFilter () const
286
286
{
287
287
return _filterPolicy;
288
288
}
Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ ble_error_t GenericGap::connect(
681
681
return _pal_gap.create_connection (
682
682
connectionParams.getScanIntervalArray ()[0 ],
683
683
connectionParams.getScanWindowArray ()[0 ],
684
- connectionParams.getFilterPolicy (),
684
+ connectionParams.getFilter (),
685
685
(pal::connection_peer_address_type_t ::type) peerAddressType.value (),
686
686
peerAddress,
687
687
connectionParams.getOwnAddressType (),
@@ -707,7 +707,7 @@ ble_error_t GenericGap::connect(
707
707
}
708
708
709
709
return _pal_gap.extended_create_connection (
710
- connectionParams.getFilterPolicy (),
710
+ connectionParams.getFilter (),
711
711
connectionParams.getOwnAddressType (),
712
712
adjusted_address_type,
713
713
peerAddress,
You can’t perform that action at this time.
0 commit comments