enum ble_gap_addr_type_t |
The identity address type.
Enumerator | |
---|---|
BLE_GAP_ADDR_TYPE_PUBLIC | Public (identity) address. |
BLE_GAP_ADDR_TYPE_RANDOM_STATIC | Random static (identity) address. |
Definition at line 94 of file ble_gapc.h.
enum ble_gap_cte_type_t |
Type of constant tone extension.
Definition at line 184 of file ble_gapc.h.
GAP Device inforamtion write indication.
Enumerator | |
---|---|
BLE_GAPC_DEV_NAME | |
BLE_GAPC_DEV_APPEARANCE |
Definition at line 175 of file ble_gapc.h.
The specified reason for terminating a connection.
Definition at line 154 of file ble_gapc.h.
The operation code used to get connection info.
Definition at line 118 of file ble_gapc.h.
The operation code used to get peer device info.
Enumerator | |
---|---|
BLE_GAP_GET_PEER_VERSION | Get peer device version info. |
BLE_GAP_GET_PEER_FEATURES | Get peer device features info. |
Definition at line 127 of file ble_gapc.h.
Status of IQ report packet.
Definition at line 203 of file ble_gapc.h.
Device role of LL layer type.
Enumerator | |
---|---|
BLE_GAP_LL_ROLE_MASTER | Master role. |
BLE_GAP_LL_ROLE_SLAVE | Slave role. |
Definition at line 134 of file ble_gapc.h.
Operation code used to set param(s).
Definition at line 143 of file ble_gapc.h.
Path Loss zones. HCI:7.8.118.
Enumerator | |
---|---|
BLE_GAP_PATH_LOSS_LOW | Entered Low zone. |
BLE_GAP_PATH_LOSS_MID | Entered Middle zone. |
BLE_GAP_PATH_LOSS_HIGH | Entered High zone. |
Definition at line 242 of file ble_gapc.h.
The phy options.
Definition at line 101 of file ble_gapc.h.
enum ble_gap_phy_type_t |
Phy for power control management.
Enumerator | |
---|---|
BLE_GAP_PHY_1M | LE 1M PHY. |
BLE_GAP_PHY_2M | LE 2M PHY. |
BLE_GAP_PHY_CODED_S8 | LE Coded PHY with S=8 data coding. |
BLE_GAP_PHY_CODED_S2 | LE Coded PHY with S=2 data coding. |
Definition at line 214 of file ble_gapc.h.
enum ble_gap_prefer_phy_t |
The prefer phy type.
Definition at line 109 of file ble_gapc.h.
Operation code used for LEPSM manager.
Enumerator | |
---|---|
BLE_GAP_OPCODE_LEPSM_REGISTER | LEPSM register operation. |
BLE_GAP_OPCODE_LEPSM_UNREGISTER | LEPSM unregister operation. |
Definition at line 168 of file ble_gapc.h.
Transmit Power level flag.
Definition at line 234 of file ble_gapc.h.
Type of switching and sampling slots.
Enumerator | |
---|---|
BLE_GAP_SLOT_1US | Switching and sampling slots are 1us each. |
BLE_GAP_SLOT_2US | Switching and sampling slots are 2us each. |
Definition at line 194 of file ble_gapc.h.
Transmit power change reporting reason.
Enumerator | |
---|---|
BLE_GAP_PWR_LOCAL_TX_CHG | Local transmit power changed. |
BLE_GAP_PWR_REMOTE_TX_CHG | Remote transmit power changed. |
Definition at line 225 of file ble_gapc.h.