drop initializeGattDatabase()
This commit is contained in:
parent
77a3683918
commit
2453a09171
2 changed files with 0 additions and 8 deletions
|
@ -419,10 +419,3 @@ void nRF51GattServer::hwCallback(ble_evt_t *p_ble_evt)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
ble_error_t
|
||||
nRF51GattServer::initializeGATTDatabase(void)
|
||||
{
|
||||
/* Empty. Services are populated in the GattDatabase through addService(). */
|
||||
return BLE_ERROR_NONE;
|
||||
}
|
||||
|
|
|
@ -35,7 +35,6 @@ public:
|
|||
virtual ble_error_t read(Gap::Handle_t connectionHandle, GattAttribute::Handle_t attributeHandle, uint8_t buffer[], uint16_t *lengthP);
|
||||
virtual ble_error_t write(GattAttribute::Handle_t, const uint8_t[], uint16_t, bool localOnly = false);
|
||||
virtual ble_error_t write(Gap::Handle_t connectionHandle, GattAttribute::Handle_t, const uint8_t[], uint16_t, bool localOnly = false);
|
||||
virtual ble_error_t initializeGATTDatabase(void);
|
||||
|
||||
/* nRF51 Functions */
|
||||
void eventCallback(void);
|
||||
|
|
Loading…
Reference in a new issue