move pal to cordio, remove cordio mentions from API
ls
1 parent 55efdb3 commit 7e64019074641eb2a743392544e33018093622d7
@Paul Szczeanek Paul Szczeanek authored on 30 Jul 2020
Showing 89 changed files
View
components/BLE/COMPONENT_BlueNRG_MS/BlueNrgMsHCIDriver.cpp
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/driver/CordioHCIDriver.cpp
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/driver/CordioHCIDriver.h
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/driver/CordioHCITransportDriver.h
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/driver/H4TransportDriver.h
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/BLEInstanceBaseImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalAttClientImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalEventQueueImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalGapImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalGattClientImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalGenericAccessServiceImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalSecurityManagerImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/include/ble/internal/PalSigningMonitorImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/BLEInstanceBaseImpl.cpp 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalAttClientImpl.cpp 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalEventQueueImpl.cpp 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalGapImpl.cpp 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalGattClientImpl.cpp 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalGenericAccessServiceImpl.cpp 0 → 100644
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalSecurityManagerImpl.cpp 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/cordio/TARGET_CORDIO/source/PalSigningMonitorImpl.cpp 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/BLE.h
View
connectivity/FEATURE_BLE/include/ble/Gap.h
View
connectivity/FEATURE_BLE/include/ble/GattClient.h
View
connectivity/FEATURE_BLE/include/ble/GattServer.h
View
connectivity/FEATURE_BLE/include/ble/SecurityManager.h
View
connectivity/FEATURE_BLE/include/ble/internal/AttServerMessage.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/BLEInstanceBase.h
View
connectivity/FEATURE_BLE/include/ble/internal/GapEvents.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/GapImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/GapTypes.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/GattClientImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/GattServerImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalAttClient.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalConnectionMonitor.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalEventQueue.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalGap.h 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/include/ble/internal/PalGattClient.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalGenericAccessService.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalSecurityManager.h 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/include/ble/internal/PalSigningMonitor.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/PalSimpleAttServerMessage.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/SecurityDb.h
View
connectivity/FEATURE_BLE/include/ble/internal/SecurityManagerImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioBLEInstanceBase.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioGap.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioGattClient.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioGattServer.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalAttClient.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalEventQueue.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalGap.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalGattClient.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalGenericAccessService.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalSecurityManager.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioPalSigningMonitor.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/cordio/CordioSecurityManager.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/AttServerMessage.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/GapEvents.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/GapTypes.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalAttClient.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalConnectionMonitor.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalEventQueue.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalGap.h 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalGattClient.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalGenericAccessService.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalSecurityManager.h 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalSigningMonitor.h 100644 → 0
View
connectivity/FEATURE_BLE/include/ble/internal/pal/PalSimpleAttServerMessage.h 100644 → 0
View
connectivity/FEATURE_BLE/mbed_lib.json
View
connectivity/FEATURE_BLE/source/BLE.cpp
View
connectivity/FEATURE_BLE/source/BLEInstanceBase.cpp 100644 → 0
View
connectivity/FEATURE_BLE/source/GapImpl.cpp 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/GattClientImpl.cpp 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/GattServerImpl.cpp 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/SecurityManagerImpl.cpp 0 → 100644
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/cordio/CordioBLEInstanceBase.cpp 100644 → 0
View
connectivity/FEATURE_BLE/source/cordio/CordioGap.cpp 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/cordio/CordioGattClient.cpp 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/cordio/CordioGattServer.cpp 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/cordio/CordioPalAttClient.cpp 100644 → 0
View
connectivity/FEATURE_BLE/source/cordio/CordioPalGap.cpp 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/cordio/CordioPalGattClient.cpp 100644 → 0
View
connectivity/FEATURE_BLE/source/cordio/CordioPalGenericAccessService.cpp 100644 → 0
View
connectivity/FEATURE_BLE/source/cordio/CordioPalSecurityManager.cpp 100644 → 0
Too large (Show diff)
View
connectivity/FEATURE_BLE/source/cordio/CordioPalSigningMonitor.cpp 100644 → 0
View
connectivity/FEATURE_BLE/source/cordio/CordioSecurityManager.cpp 100644 → 0
Too large (Show diff)
View
connectivity/drivers/ble/COMPONENT_CYW43XXX/HCIDriver.cpp
View
connectivity/drivers/ble/COMPONENT_CYW43XXX/TARGET_PSOC6/cy_bt_cordio_cfg.cpp
View
connectivity/drivers/ble/TARGET_STM32WB/HCIDriver.cpp