btstack.h (daa5f023ef40927147f1a414e0ebef2ed425824c) | btstack.h (a9cf7f9930c9913f5db5dac4868cf961b259846d) |
---|---|
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 --- 88 unchanged lines hidden (view full) --- 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" 103#include "ble/gatt-service/scan_parameters_service_client.h" 104#include "ble/gatt-service/scan_parameters_service_server.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 --- 88 unchanged lines hidden (view full) --- 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" 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_client.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 111#ifdef ENABLE_CLASSIC 112#include "classic/a2dp_sink.h" --- 80 unchanged lines hidden --- | 106#include "ble/gatt-service/tx_power_service_server.h" 107#include "ble/gatt_client.h" 108#include "ble/le_device_db.h" 109#include "ble/sm.h" 110#endif 111 112#ifdef ENABLE_CLASSIC 113#include "classic/a2dp_sink.h" --- 80 unchanged lines hidden --- |