Embedded SDK
Embedded SDK
|
Definition at line 73 of file ledger_ble.c.
uint16_t ble_connection_t::conn_interval |
Definition at line 78 of file ledger_ble.c.
uint16_t ble_connection_t::conn_latency |
Definition at line 79 of file ledger_ble.c.
uint16_t ble_connection_t::connection_handle |
Definition at line 74 of file ledger_ble.c.
uint8_t ble_connection_t::encrypted |
Definition at line 88 of file ledger_ble.c.
uint8_t ble_connection_t::master_clock_accuracy |
Definition at line 81 of file ledger_ble.c.
uint16_t ble_connection_t::max_rx_octets |
Definition at line 86 of file ledger_ble.c.
uint16_t ble_connection_t::max_rx_time |
Definition at line 87 of file ledger_ble.c.
uint16_t ble_connection_t::max_tx_octets |
Definition at line 84 of file ledger_ble.c.
uint16_t ble_connection_t::max_tx_time |
Definition at line 85 of file ledger_ble.c.
uint8_t ble_connection_t::peer_address[6] |
Definition at line 77 of file ledger_ble.c.
uint8_t ble_connection_t::peer_address_random |
Definition at line 76 of file ledger_ble.c.
uint8_t ble_connection_t::role_slave |
Definition at line 75 of file ledger_ble.c.
uint8_t ble_connection_t::rx_phy |
Definition at line 83 of file ledger_ble.c.
uint16_t ble_connection_t::supervision_timeout |
Definition at line 80 of file ledger_ble.c.
uint8_t ble_connection_t::tx_phy |
Definition at line 82 of file ledger_ble.c.