mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-13 04:30:03 +00:00
nimble/host: Reset master and slave states on host reset
upstream PR: https://github.com/apache/mynewt-nimble/pull/777
This commit is contained in:
committed by
Abhinav Kudnar
parent
035365f033
commit
e5a5f5526f
@@ -149,6 +149,7 @@ void ble_gap_preempt_done(void);
|
||||
|
||||
int ble_gap_terminate_with_conn(struct ble_hs_conn *conn, uint8_t hci_reason);
|
||||
void ble_gap_reset_state(int reason);
|
||||
void ble_gap_conn_broken(uint16_t conn_handle, int reason);
|
||||
int32_t ble_gap_timer(void);
|
||||
|
||||
int ble_gap_init(void);
|
||||
|
||||
Reference in New Issue
Block a user