mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-26 03:39:59 +00:00
BLE Host - use instance 0 when ext. adv. disabled.
X-Original-Commit: bbe6795f04fc114ad9a01612fce0eef08e2905e1
This commit is contained in:
@@ -361,7 +361,7 @@ ble_hs_hci_evt_le_conn_complete(uint8_t subevent, uint8_t *data, int len)
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
return ble_gap_rx_conn_complete(&evt, 0xff);
|
||||
return ble_gap_rx_conn_complete(&evt, 0);
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user