takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

Gap::CentralPrivacyConfiguration_t Struct Reference

Gap::CentralPrivacyConfiguration_t Struct Reference

Privacy Configuration of the central role. More...

#include <Gap.h>

Public Types

enum  ResolutionStrategy { DO_NOT_RESOLVE, RESOLVE_AND_FORWARD, RESOLVE_AND_FILTER }
 

Resolution strategy of resolvable addresses received in advertising packets.

More...

Data Fields

bool use_non_resolvable_random_address
 Indicates if non resolvable random address should be used when the central or observer sends scan request packets.
ResolutionStrategy resolution_strategy
 Resolution strategy applied to advertising packets received by the local device.

Detailed Description

Privacy Configuration of the central role.

Note:
This configuration is also used when the local device operates as an observer.

Definition at line 984 of file Gap.h.


Member Enumeration Documentation

Resolution strategy of resolvable addresses received in advertising packets.

Enumerator:
DO_NOT_RESOLVE 

Do not resolve the address received in advertising packets.

RESOLVE_AND_FORWARD 

Resolve the resolvable addresses in the advertising packet and forward advertising packet to the application independently of the address resolution procedure result.

RESOLVE_AND_FILTER 

Filter out packets containing a resolvable that cannot be resolved by this device.

Note:
Filtering is applied if the local device contains at least one bond.

Definition at line 998 of file Gap.h.


Field Documentation

Resolution strategy applied to advertising packets received by the local device.

Definition at line 1025 of file Gap.h.

Indicates if non resolvable random address should be used when the central or observer sends scan request packets.

Resolvable random address continue to be used for connection requests.

Definition at line 991 of file Gap.h.