We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439eca0 commit 9ec4d79Copy full SHA for 9ec4d79
src/utility/HCISpiTransport.cpp
@@ -237,12 +237,12 @@ int HCISpiTransportClass::available()
237
delay(300);
238
}
239
240
- /* Call ACI Gatt Init and ACI Gap Init to activate the random BLE address */
+ /* Call Gatt Init and Gap Init to activate the random BLE address */
241
aci_gatt_init();
242
wait_for_aci_gatt_init();
243
aci_gap_init();
244
wait_for_aci_gap_init();
245
- /* Call ACI Read Config Parameter to retrieve the random BLE address */
+ /* Call Read Config Parameter to retrieve the random BLE address */
246
aci_read_config_parameter();
247
wait_for_aci_read_config_parameter();
248
0 commit comments