We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcf96c commit 76f431dCopy full SHA for 76f431d
devices/ble_hci/common-hal/_bleio/__init__.c
@@ -98,7 +98,7 @@ bleio_adapter_obj_t *common_hal_bleio_allocate_adapter_or_raise(void) {
98
99
void common_hal_bleio_check_connected(uint16_t conn_handle) {
100
if (conn_handle == BLE_CONN_HANDLE_INVALID) {
101
- mp_raise_bleio_ConnectionError(translate("Not connected"));
+ mp_raise_ConnectionError(translate("Not connected"));
102
}
103
104
0 commit comments