Advertising report information.
Definition at line 119 of file ble_gapc.h.
Advertising report type.
Definition at line 109 of file ble_gapc.h.
enum gap_disconn_reason_t |
The specified reason for terminating a connection.
Definition at line 174 of file ble_gapc.h.
The operation code used to get connection info.
Definition at line 93 of file ble_gapc.h.
The operation code used to get peer device info.
Enumerator | |
---|---|
GAP_GET_PEER_VERSION | Get peer device version info. |
GAP_GET_PEER_FEATURES | Get peer device features info. |
Definition at line 102 of file ble_gapc.h.
enum gap_ll_role_type_t |
Device role of LL layer type.
Enumerator | |
---|---|
GAP_LL_ROLE_MASTER | Master role. |
GAP_LL_ROLE_SLAVE | Slave role. |
Definition at line 136 of file ble_gapc.h.
Operation code used to set param(s).
Definition at line 145 of file ble_gapc.h.
Operation code used for LEPSM manager.
Enumerator | |
---|---|
GAP_OPCODE_LEPSM_REGISTER | LEPSM register operation. |
GAP_OPCODE_LEPSM_UNREGISTER | LEPSM unregister operation. |
Definition at line 165 of file ble_gapc.h.
Operation code used to read resolvable address.
Enumerator | |
---|---|
GAP_OPCODE_LOCAL_RSLV_ADDR_READ | Local resolvable address operation. |
GAP_OPCODE_PEER_RSLV_ADDR_READ | Peer resolvable address operation. |
Definition at line 156 of file ble_gapc.h.
enum gap_stopped_reason_t |
Stop reason code.
Enumerator | |
---|---|
GAP_STOPPED_REASON_TIMEOUT | Stop with timeout. |
GAP_STOPPED_REASON_ON_USER | Stop with user stopping it actively. |
GAP_STOPPED_REASON_CONN_EST | Stop with connection established. |
Definition at line 128 of file ble_gapc.h.