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:
Prasad Alatkar
2024-02-14 15:05:07 +05:30
committed by Abhinav Kudnar
parent 035365f033
commit e5a5f5526f
+1
View File
@@ -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);