btstack_defines.h (f00767dfec407fd8ed22a0e1aabc57df3c4fed36) | btstack_defines.h (72aba3fa657b12bc2488022a2cbdd630df75e1e7) |
---|---|
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 --- 1488 unchanged lines hidden (view full) --- 1497 * @param handle 1498 * @param descriptor_handle 1499 * @param descriptor_length 1500 * @param descriptor 1501 */ 1502#define GATT_EVENT_CHARACTERISTIC_DESCRIPTOR_QUERY_RESULT 0xA9u 1503 1504/** | 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 --- 1488 unchanged lines hidden (view full) --- 1497 * @param handle 1498 * @param descriptor_handle 1499 * @param descriptor_length 1500 * @param descriptor 1501 */ 1502#define GATT_EVENT_CHARACTERISTIC_DESCRIPTOR_QUERY_RESULT 0xA9u 1503 1504/** |
1505 * @format H2LV | 1505 * @format H22LV |
1506 * @param handle | 1506 * @param handle |
1507 * @param descriptor_handle |
|
1507 * @param descriptor_offset 1508 * @param descriptor_length 1509 * @param descriptor 1510 */ 1511#define GATT_EVENT_LONG_CHARACTERISTIC_DESCRIPTOR_QUERY_RESULT 0xAAu 1512 1513/** 1514 * @format H2 --- 3258 unchanged lines hidden --- | 1508 * @param descriptor_offset 1509 * @param descriptor_length 1510 * @param descriptor 1511 */ 1512#define GATT_EVENT_LONG_CHARACTERISTIC_DESCRIPTOR_QUERY_RESULT 0xAAu 1513 1514/** 1515 * @format H2 --- 3258 unchanged lines hidden --- |