btstack_defines.h (eeeae29572c0a80881040fd86b562c1534c37727) | btstack_defines.h (fd1be25d180b83fa8818fbefe35e2873a2c6906e) |
---|---|
1/* 2 * Copyright (C) 2015 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 --- 287 unchanged lines hidden (view full) --- 296#define GATT_WRITE_LONG_CHARACTERISTIC_DESCRIPTOR 0X80 297#define GATT_WRITE_CLIENT_CHARACTERISTIC_CONFIGURATION 0X81 298#define GATT_GET_MTU 0x82 299 300// ATT 301 302// .. 303// Internal properties reuse some GATT Characteristic Properties fields | 1/* 2 * Copyright (C) 2015 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 --- 287 unchanged lines hidden (view full) --- 296#define GATT_WRITE_LONG_CHARACTERISTIC_DESCRIPTOR 0X80 297#define GATT_WRITE_CLIENT_CHARACTERISTIC_CONFIGURATION 0X81 298#define GATT_GET_MTU 0x82 299 300// ATT 301 302// .. 303// Internal properties reuse some GATT Characteristic Properties fields |
304#define ATT_DB_VERSION 0x01 |
|
304 305// EVENTS 306 307/** 308 * @format 1 309 * @param state 310 */ 311#define BTSTACK_EVENT_STATE 0x60 --- 1756 unchanged lines hidden --- | 305 306// EVENTS 307 308/** 309 * @format 1 310 * @param state 311 */ 312#define BTSTACK_EVENT_STATE 0x60 --- 1756 unchanged lines hidden --- |