gatt_client.h (79188ed7e9809acab35f629103ab282b417f3c41) | gatt_client.h (ae1ee62db083346f1b0f73e2cedbe2d7798ffe2a) |
---|---|
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 --- 854 unchanged lines hidden (view full) --- 863// used by generated btstack_event.c 864 865void gatt_client_deserialize_service(const uint8_t *packet, int offset, gatt_client_service_t * service); 866void gatt_client_deserialize_characteristic(const uint8_t * packet, int offset, gatt_client_characteristic_t * characteristic); 867void gatt_client_deserialize_characteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t * descriptor); 868 869#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION 870void gatt_client_att_packet_handler_fuzz(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint16_t size); | 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 --- 854 unchanged lines hidden (view full) --- 863// used by generated btstack_event.c 864 865void gatt_client_deserialize_service(const uint8_t *packet, int offset, gatt_client_service_t * service); 866void gatt_client_deserialize_characteristic(const uint8_t * packet, int offset, gatt_client_characteristic_t * characteristic); 867void gatt_client_deserialize_characteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t * descriptor); 868 869#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION 870void gatt_client_att_packet_handler_fuzz(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint16_t size); |
871gatt_client_t * gatt_client_get_client(hci_con_handle_t con_handle); |
|
871#endif 872 873#if defined __cplusplus 874} 875#endif 876 877#endif | 872#endif 873 874#if defined __cplusplus 875} 876#endif 877 878#endif |