mirror of https://github.com/ARMmbed/mbed-os.git
BLE - Fix conditional code within CordioPalGenericAccessService.
parent
dedc204daa
commit
b0d62a7090
|
|
@ -28,9 +28,9 @@ public:
|
||||||
length = actual_length;
|
length = actual_length;
|
||||||
|
|
||||||
return BLE_ERROR_NONE;
|
return BLE_ERROR_NONE;
|
||||||
#endif // BLE_FEATURE_GATT_SERVER
|
#else
|
||||||
|
|
||||||
return BLE_ERROR_NOT_IMPLEMENTED;
|
return BLE_ERROR_NOT_IMPLEMENTED;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ble_error_t get_device_name(ArrayView<uint8_t>& array) {
|
virtual ble_error_t get_device_name(ArrayView<uint8_t>& array) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue