enum ble_actv_type_t |
Activity type.
Enumerator | |
---|---|
TYPE_ADV | |
TYPE_SCAN | |
TYPE_INIT | |
TYPE_PER_SYNC |
Definition at line 501 of file ble_gapm.h.
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 490 of file ble_gapm.h.
enum gap_ad_type_t |
GAP advertising types.
Definition at line 428 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 192 of file ble_gapm.h.
Advertising filter policy.
Definition at line 240 of file ble_gapm.h.
enum gap_adv_flags_t |
AD Type Flag - Bit mask.
Definition at line 468 of file ble_gapm.h.
enum gap_adv_mode_t |
GAP advertising modes.
Definition at line 219 of file ble_gapm.h.
enum gap_adv_prop_pos_t |
Advertising properties bit field and bit positions.
Definition at line 272 of file ble_gapm.h.
enum gap_adv_prop_t |
Advertising properties bit field bit value.
Definition at line 295 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 262 of file ble_gapm.h.
Get device parameters operation code.
Definition at line 201 of file ble_gapm.h.
Write permissions of the device name characteristic.
Definition at line 180 of file ble_gapm.h.
enum gap_disc_mode_t |
GAP discoverability modes.
Definition at line 229 of file ble_gapm.h.
Filtering policy for duplicated packets.
Definition at line 365 of file ble_gapm.h.
enum gap_ext_scan_type_t |
Extended scanning types.
Definition at line 339 of file ble_gapm.h.
enum gap_init_prop_t |
Initiating properties.
Definition at line 385 of file ble_gapm.h.
enum gap_init_type_t |
Initiating types.
Definition at line 375 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 251 of file ble_gapm.h.
enum gap_own_addr_t |
Own BD address source of the device.
Definition at line 170 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 408 of file ble_gapm.h.
enum gap_role_t |
GAP role options.
Definition at line 157 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 330 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 320 of file ble_gapm.h.
enum gap_scan_prop |
Scanning properties bit field bit value.
Definition at line 395 of file ble_gapm.h.
enum gap_scan_prop_t |
Scanning properties bit field bit value.
Definition at line 352 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 311 of file ble_gapm.h.
enum gap_sec_lvl_type |
Security level types.
Definition at line 417 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 481 of file ble_gapm.h.