Remove broken links from docs.

This commit is contained in:
h2zero
2024-06-13 13:56:06 -06:00
parent 63a3301696
commit 70c2d83b3b
5 changed files with 0 additions and 16 deletions

View File

@@ -623,9 +623,6 @@ void NimBLEExtAdvertisement::addData(const uint8_t * data, size_t length) {
/**
* @brief Set the appearance.
* @param [in] appearance The appearance code value.
*
* See also:
* https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.appearance.xml
*/
void NimBLEExtAdvertisement::setAppearance(uint16_t appearance) {
char cdata[2];