mbed-os/connectivity/FEATURE_BLE/source
Mingjie Shen 378f2f579d Fix null pointer dereferencing
Add null check for return values of functions that are mostly (but not
always) checked for null.
E.g., since 98% of calls to protocol_stack_interface_info_get_by_id
check for null, it is likely that the function can return null values in
some cases, and omitting the check could crash the program.
2023-04-20 00:54:47 -04:00
..
common Fix string buffer length in UUID trace helper 2021-05-13 11:56:23 +01:00
cordio Greentea: Remove deprecated APIs and use chrono 2021-07-29 14:06:27 +01:00
gap CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
gatt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
generic Fix null pointer dereferencing 2023-04-20 00:54:47 -04:00
pal fix toggling off ble feature signing 2021-07-14 15:13:13 +01:00
BLE.cpp BLE: Move BleInstanceBase.h into source. 2020-08-25 11:26:26 +01:00
BLEInstanceBase.h BLE: Cleanup BLEInstanceBas implementation 2020-08-25 11:33:59 +01:00
CMakeLists.txt BLE: add traces to gatt client (#14165) 2021-03-15 15:35:52 +00:00
Gap.cpp Dispatch Gap::stopPeriodicAdvertising to the right function. 2021-05-05 18:32:47 +01:00
GattClient.cpp BLE: Move generic implementation and headers into source/generic 2020-08-25 11:26:26 +01:00
GattServer.cpp Update GattServer Callback API 2020-10-14 12:44:12 -04:00
SecurityManager.cpp add implicit call to preserve state on reset 2021-06-28 19:38:13 +01:00