Collaboration diagram for Enumerations:| enum gap_activity_role_t |
Possible roles of the activity.
| Enumerator | |
|---|---|
| GAP_ACTIVITY_ROLE_ADV | Adertise role. |
| GAP_ACTIVITY_ROLE_CON | Connect role. |
| GAP_ACTIVITY_ROLE_SCAN_INIT | Scann role. |
| GAP_ACTIVITY_ROLE_UNKNOWN | Unknown role. |
Definition at line 495 of file ble_gapm.h.
| enum gap_ad_type_t |
GAP advertising types.
Definition at line 433 of file ble_gapm.h.
| enum gap_adv_data_type_t |
Advertising data type.
| Enumerator | |
|---|---|
| BLE_GAP_ADV_DATA_TYPE_DATA | Advertising data. |
| BLE_GAP_ADV_DATA_TYPE_SCAN_RSP | Scan response data. |
| BLE_GAP_ADV_DATA_TYPE_PER_DATA | Periodic advertising data. |
Definition at line 197 of file ble_gapm.h.
Advertising filter policy.
Definition at line 245 of file ble_gapm.h.
| enum gap_adv_flags_t |
AD Type Flag - Bit mask.
Definition at line 473 of file ble_gapm.h.
| enum gap_adv_mode_t |
GAP advertising modes.
Definition at line 224 of file ble_gapm.h.
| enum gap_adv_prop_pos_t |
Advertising properties bit field and bit positions.
Definition at line 277 of file ble_gapm.h.
| enum gap_adv_prop_t |
Advertising properties bit field bit value.
Definition at line 300 of file ble_gapm.h.
| enum gap_adv_type_t |
Advertising type.
| Enumerator | |
|---|---|
| GAP_ADV_TYPE_LEGACY | Legacy advertising. |
| GAP_ADV_TYPE_EXTENDED | Extended advertising. |
| GAP_ADV_TYPE_PERIODIC | Periodic advertising. |
Definition at line 267 of file ble_gapm.h.
Get device parameters operation code.
Definition at line 206 of file ble_gapm.h.
Write permissions of the device name characteristic.
Definition at line 185 of file ble_gapm.h.
| enum gap_disc_mode_t |
GAP discoverability modes.
Definition at line 234 of file ble_gapm.h.
Filtering policy for duplicated packets.
Definition at line 370 of file ble_gapm.h.
| enum gap_ext_scan_type_t |
Extended scanning types.
Definition at line 344 of file ble_gapm.h.
| enum gap_init_prop_t |
Initiating properties.
Definition at line 390 of file ble_gapm.h.
| enum gap_init_type_t |
Initiating types.
Definition at line 380 of file ble_gapm.h.
| enum gap_le_phy_value_t |
Specify what PHY the Controller has changed for TX/RX.
HCI:7.7.65.12
| Enumerator | |
|---|---|
| GAP_PHY_UNDEF_VALUE | Undefined LE PHY. |
| GAP_PHY_1MBPS_VALUE | LE 1M PHY. |
| GAP_PHY_2MBPS_VALUE | LE 2M PHY. |
| GAP_PHY_CODED_VALUE | LE Coded PHY. |
Definition at line 256 of file ble_gapm.h.
| enum gap_own_addr_t |
Own BD address source of the device.
Definition at line 175 of file ble_gapm.h.
| enum gap_per_sync_type |
Periodic synchronization types.
| Enumerator | |
|---|---|
| GAP_PER_SYNC_TYPE_GENERAL | Do not use periodic advertiser list for synchronization. |
| GAP_PER_SYNC_TYPE_SELECTIVE | Use periodic advertiser list for synchronization. |
Definition at line 413 of file ble_gapm.h.
| enum gap_role_t |
GAP role options.
Definition at line 162 of file ble_gapm.h.
Duplicate filter policy.
| Enumerator | |
|---|---|
| GAP_SCAN_FILT_DUPLIC_DIS | Disable filtering of duplicate packets. |
| GAP_SCAN_FILT_DUPLIC_EN | Enable filtering of duplicate packets. |
Definition at line 335 of file ble_gapm.h.
| enum gap_scan_mode_t |
Scanning modes.
| Enumerator | |
|---|---|
| GAP_SCAN_GEN_DISC_MODE | General discoverable mode. |
| GAP_SCAN_LIM_DISC_MODE | Limited discoverable mode. |
| GAP_SCAN_OBSERVER_MODE | Observer mode. |
Definition at line 325 of file ble_gapm.h.
| enum gap_scan_prop |
Scanning properties bit field bit value.
Definition at line 400 of file ble_gapm.h.
| enum gap_scan_prop_t |
Scanning properties bit field bit value.
Definition at line 357 of file ble_gapm.h.
| enum gap_scan_type_t |
Scanning types.
| Enumerator | |
|---|---|
| GAP_SCAN_ACTIVE | Active scan type. |
| GAP_SCAN_PASSIVE | Passive scan type. |
Definition at line 316 of file ble_gapm.h.
| enum gap_sec_lvl_type |
Security level types.
Definition at line 422 of file ble_gapm.h.
| enum privacy_mode_t |
Privacy mode.
| Enumerator | |
|---|---|
| PRIVACY_MODE_NETWORK | Set to the network privacy mode for the peer device. |
| PRIVACY_MODE_DEVICE | Set to the device privacy mode for the peer device. |
Definition at line 486 of file ble_gapm.h.