BLE Host - use instance 0 when ext. adv. disabled.

X-Original-Commit: bbe6795f04fc114ad9a01612fce0eef08e2905e1
This commit is contained in:
Christopher Collins
2017-11-27 10:32:40 -08:00
parent 93e58bdc39
commit d2ccbc2a90
+1 -1
View File
@@ -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