ESP-IDF
ble_gap_repeat_pairing
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gap_repeat_pairing
ble_gap_repeat_pairing struct
Syntax
Show:
Summary
Declaration
from
ble_gap.h:508
struct
ble_gap_repeat_pairing
{
uint16_t
conn_handle
;
uint8_t
cur_key_size
;
uint8_t
cur_authenticated
:
1
;
uint8_t
cur_sc
:
1
;
uint8_t
new_key_size
;
uint8_t
new_authenticated
:
1
;
uint8_t
new_sc
:
1
;
uint8_t
new_bonding
:
1
;
}
;
Fields
Field
Declared as
Description
ble_gap_repeat_pairing::conn_handle
uint16_t
The handle of the relevant connection.
ble_gap_repeat_pairing::cur_key_size
uint8_t
Properties of the existing bond.
ble_gap_repeat_pairing::cur_authenticated
uint8_t
:
1
ble_gap_repeat_pairing::cur_sc
uint8_t
:
1
ble_gap_repeat_pairing::new_key_size
uint8_t
Properties of the imminent secure link if the pairing procedure is allowed to continue.
ble_gap_repeat_pairing::new_authenticated
uint8_t
:
1
ble_gap_repeat_pairing::new_sc
uint8_t
:
1
ble_gap_repeat_pairing::new_bonding
uint8_t
:
1
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out