docu: update gatt client URL

This commit is contained in:
Milanka Ringwald 2021-03-08 11:40:25 +01:00
parent 1738838cad
commit 8f9680d9f5

View File

@ -23,19 +23,19 @@ apis = [
["src/hci_transport.h","HCI Transport","hciTransport"],
["src/l2cap.h", "L2CAP", "l2cap"],
["src/ble/ancs_client.h", "ANCS Client", "ancsClient"],
["src/ble/att_db_util.h", "ATT Database", "attDb"],
["src/ble/att_server.h", "ATT Server", "attServer"],
["src/ble/battery_service_client.h", "Battery Service Client", "gattclient_battery"],
["src/ble/device_information_service_client.h", "Device Information Service Client", "gattclient_device_information"],
["src/ble/gatt_client.h", "GATT Client", "gattClient"],
["src/ble/le_device_db.h", "Device Database", "leDeviceDb"],
["src/ble/le_device_db_tlv.h", "Device Database TLV", "leDeviceDbTLV"],
["src/ble/sm.h", "Security Manager", "sm"],
["src/ble/gatt-service/ancs_client.h", "ANCS Client", "ancsClient"],
["src/ble/gatt-service/battery_service_client.h", "Battery Service Client", "gattclient_battery"],
["src/ble/gatt-service/battery_service_server.h", "Battery Service Server", "batteryServiceServer"],
["src/ble/gatt-service/cycling_power_service_server.h", "Cycling Power Service Server", "cyclingPowerServiceServer"],
["src/ble/gatt-service/cycling_speed_and_cadence_service_server.h", "Cycling Speed and Cadence Service Server", "cyclingSpeedCadenceServiceServer"],
["src/ble/gatt-service/device_information_service_client.h", "Device Information Service Client", "gattclient_device_information"],
["src/ble/gatt-service/device_information_service_server.h", "Device Information Service Server", "deviceInformationServiceServer"],
["src/ble/gatt-service/heart_rate_service_server.h", "Heart Rate Service Server", "heartRateServiceServer"],
["src/ble/gatt-service/hids_device.h", "HID Device Service Server", "hidsDevice"],