IshaESP

Results 5 issues of IshaESP

Added support of encrypted advertising data.

In nimble 1.4.0, ble_hs_flow_acl_free() was getting called irrespective of whether the packet is allocate by LL layer or host. In nimble 1.5.0, ble_hs_flow_acl_free() gets called by ble_transport_acl_put() when LL layer...

In the current code, using deprecated api's doesn't give any warnings. So, added a new way in which if these api's are used, compiler will give a warning associated with...

If application is going to send data more than MTU size using ble_gattc_write_long(), after sending first batch of data of MTU size the offset gets incremented by (MTU - BLE_ATT_PREP_WRITE_CMD_BASE_SZ)....

Added GATT Caching feature support.