mirror of https://github.com/ARMmbed/mbed-os.git
missed one pointer to pointer
parent
b88a2700de
commit
82c0847ab8
|
|
@ -162,7 +162,7 @@ public:
|
||||||
ediv_t ediv,
|
ediv_t ediv,
|
||||||
rand_t rand);
|
rand_t rand);
|
||||||
void update_entry_irk(connection_handle_t connection,
|
void update_entry_irk(connection_handle_t connection,
|
||||||
irk_t *irk);
|
irk_t irk);
|
||||||
void update_entry_bdaddr(connection_handle_t connection,
|
void update_entry_bdaddr(connection_handle_t connection,
|
||||||
bool address_is_public,
|
bool address_is_public,
|
||||||
address_t &peer_address);
|
address_t &peer_address);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue