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.
Advertising report information.
Definition at line 135 of file ble_gapc.h.
Advertising report type.
Definition at line 125 of file ble_gapc.h.
enum ble_gap_cte_type_t |
Type of constant tone extension.
Definition at line 211 of file ble_gapc.h.
GAP Device inforamtion write indication.
Enumerator | |
---|---|
BLE_GAPC_DEV_NAME | |
BLE_GAPC_DEV_APPEARANCE |
Definition at line 202 of file ble_gapc.h.
The specified reason for terminating a connection.
Definition at line 172 of file ble_gapc.h.
The operation code used to get connection info.
Definition at line 109 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 118 of file ble_gapc.h.
Status of IQ report packet.
Definition at line 230 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 152 of file ble_gapc.h.
Operation code used to set param(s).
Definition at line 161 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 269 of file ble_gapc.h.
The phy options.
Definition at line 100 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 241 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 195 of file ble_gapc.h.
Transmit Power level flag.
Definition at line 261 of file ble_gapc.h.
Operation code used to read resolvable address.
Enumerator | |
---|---|
BLE_GAP_OPCODE_LOCAL_RSLV_ADDR_READ | Local resolvable address operation. |
BLE_GAP_OPCODE_PEER_RSLV_ADDR_READ | Peer resolvable address operation. |
Definition at line 186 of file ble_gapc.h.
Stop reason code.
Enumerator | |
---|---|
BLE_GAP_STOPPED_REASON_TIMEOUT | Stop with timeout. |
BLE_GAP_STOPPED_REASON_ON_USER | Stop with user stopping it actively. |
BLE_GAP_STOPPED_REASON_CONN_EST | Stop with connection established. |
Definition at line 144 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 221 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 252 of file ble_gapc.h.