mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
refactor: ble_gap_conn_broken can be private, make static
This commit is contained in:
committed by
Szymon Janc
parent
d4f945d973
commit
10beb51ea4
@@ -1113,7 +1113,7 @@ ble_gap_update_failed(uint16_t conn_handle, int status)
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
static void
|
||||
ble_gap_conn_broken(uint16_t conn_handle, int reason)
|
||||
{
|
||||
#if NIMBLE_BLE_CONNECT
|
||||
|
||||
@@ -143,7 +143,6 @@ 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