btstack.h (1663a09d71ad1d051ac7f5b42bd572d77deb1140) | btstack.h (daa5f023ef40927147f1a414e0ebef2ed425824c) |
---|---|
1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 83 unchanged lines hidden (view full) --- 92#include "ble/gatt-service/device_information_service_server.h" 93#include "ble/gatt_service_client.h" 94#include "ble/gatt-service/heart_rate_service_server.h" 95#include "ble/gatt-service/hids_client.h" 96#include "ble/gatt-service/hids_device.h" 97#include "ble/gatt-service/immediate_alert_service_client.h" 98#include "ble/gatt-service/immediate_alert_service_server.h" 99#include "ble/gatt-service/immediate_alert_service_util.h" | 1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 83 unchanged lines hidden (view full) --- 92#include "ble/gatt-service/device_information_service_server.h" 93#include "ble/gatt_service_client.h" 94#include "ble/gatt-service/heart_rate_service_server.h" 95#include "ble/gatt-service/hids_client.h" 96#include "ble/gatt-service/hids_device.h" 97#include "ble/gatt-service/immediate_alert_service_client.h" 98#include "ble/gatt-service/immediate_alert_service_server.h" 99#include "ble/gatt-service/immediate_alert_service_util.h" |
100#include "ble/gatt-service/link_loss_service_client.h" 101#include "ble/gatt-service/link_loss_service_server.h" 102#include "ble/gatt-service/link_loss_service_util.h" |
|
100#include "ble/gatt-service/scan_parameters_service_client.h" 101#include "ble/gatt-service/scan_parameters_service_server.h" 102#include "ble/gatt-service/tx_power_service_server.h" 103#include "ble/gatt_client.h" 104#include "ble/le_device_db.h" 105#include "ble/sm.h" 106#endif 107 --- 82 unchanged lines hidden --- | 103#include "ble/gatt-service/scan_parameters_service_client.h" 104#include "ble/gatt-service/scan_parameters_service_server.h" 105#include "ble/gatt-service/tx_power_service_server.h" 106#include "ble/gatt_client.h" 107#include "ble/le_device_db.h" 108#include "ble/sm.h" 109#endif 110 --- 82 unchanged lines hidden --- |