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 92 of file ble_gapc.h.
enum ble_gap_cte_type_t |
Type of constant tone extension.
Definition at line 187 of file ble_gapc.h.
GAP Device inforamtion write indication.
Enumerator | |
---|---|
BLE_GAPC_DEV_NAME | |
BLE_GAPC_DEV_APPEARANCE |
Definition at line 178 of file ble_gapc.h.
The specified reason for terminating a connection.
Definition at line 157 of file ble_gapc.h.
The operation code used to get connection info.
Enumerator | |
---|---|
BLE_GAP_GET_CON_RSSI | Get connection RSSI info. |
BLE_GAP_GET_CON_CHANNEL_MAP | Get connection channel map. |
BLE_GAP_GET_PHY | Get connection PHY. |
Definition at line 122 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 130 of file ble_gapc.h.
Status of IQ report packet.
Definition at line 206 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 137 of file ble_gapc.h.
Operation code used to set param(s).
Definition at line 146 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 246 of file ble_gapc.h.
enum ble_gap_phy_bit_t |
Bit field use to select the preferred TX or RX LE PHY.
Definition at line 101 of file ble_gapc.h.
The phy options.
Definition at line 114 of file ble_gapc.h.
enum ble_gap_phy_type_t |
Phy for power control management.
Definition at line 217 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 171 of file ble_gapc.h.
Transmit Power level flag.
Definition at line 238 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 197 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 229 of file ble_gapc.h.