Andres Amaya Garcia

Results 18 issues of Andres Amaya Garcia

Looks like a chunk of a sentence remained from a previous change.

This is a draft proposal that reworks the Zcheripte extension to include load-side revocation support in the PTE. The goal of the extension is to support the following: - Load-side...

Implementations of different CHERI RISC-V ISA versions are not strictly compatible with each other. For example, an RV64 CPU implementing Zcheripurecap only would be a little confused if it got...

bug
documentation

A call to SecurityManager::init() before initialising BLE returns the error code `BLE_ERROR_INVALID_PARAM`. This is not accurate enough because the API contains an error code [`BLE_ERROR_INITIALIZATION_INCOMPLETE`](https://github.com/ARMmbed/ble/blob/master/ble/blecommon.h#L63) specific for the situation when...

mirrored

Currently the Eddystone example does not check any errors whatsoever. This makes it very difficult for the user to debug if there is a problem (such as a parameter being...

mirrored

Recently, the Radio notification API was modified to NOT initiate radio notification when a callback is registered using [onRadioNotification](https://github.com/ARMmbed/ble/blob/master/ble/Gap.h#L981). This conforms to the documentation, which now enforces applications to execute...

enhancement
mirrored

In the BLE API Gap.h contains the following functions: - `getMinAdvertisingInterval()` - `getMinNonConnectableAdvertisingInterval()` - `getMaxAdvertising interval()` The Bluetooth v4.2 specification states the following in [Vol 6, Part B] Section 4.4.2.2:...

bug
mirrored

In BLE there are 4 types of addresses: - Public MAC address: - Random static - Random unresolvable - Random resolvable According to the BLE spec v4.2 in Vol 6,...

enhancement
mirrored

The description of `Gap::GapState_t` is as follows: ``` /* Describes the current state of the device (more than one bit can be set). */ ``` Shouldn't this structure contain information...

enhancement
mirrored

GapScanningParams tries to expose the user to a comprehensible API to set different scan parameters such as scan window, scan interval, etc. The user can set the scan window and...

enhancement
mirrored