Skip to content

Commit

Permalink
nimble/host: Reset master and slave states on host reset
Browse files Browse the repository at this point in the history
upstream PR: #777
  • Loading branch information
prasad-alatkar authored and ESPAbhinav committed Feb 14, 2024
1 parent 035365f commit e5a5f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimble/host/src/ble_gap_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5a5f55

Please sign in to comment.