Add a function to change the lastHandle of a discovered characteristic

This commit is contained in:
Vincent Coubard 2015-12-14 15:04:56 +00:00
parent 7e784e0e0c
commit eb5ca3806d
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ public:
ble_gatt_char_props_t propsIn,
GattAttribute::Handle_t declHandleIn,
GattAttribute::Handle_t valueHandleIn);
void setLastHandle(GattAttribute::Handle_t last) {
lastHandle = last;
}
};
#endif /* __NRF_DISCOVERED_CHARACTERISTIC_H__ */