gatt_client.h (b3f03c843f6a029757848cf4db52890477de181b) gatt_client.h (a6121b51b229b883431c4a1600b0f46db31d32dc)
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

--- 729 unchanged lines hidden (view full) ---

738/* API_END */
739
740// used by generated btstack_event.c
741
742void gatt_client_deserialize_service(const uint8_t *packet, int offset, gatt_client_service_t *service);
743void gatt_client_deserialize_characteristic(const uint8_t * packet, int offset, gatt_client_characteristic_t * characteristic);
744void gatt_client_deserialize_characteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t * descriptor);
745
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

--- 729 unchanged lines hidden (view full) ---

738/* API_END */
739
740// used by generated btstack_event.c
741
742void gatt_client_deserialize_service(const uint8_t *packet, int offset, gatt_client_service_t *service);
743void gatt_client_deserialize_characteristic(const uint8_t * packet, int offset, gatt_client_characteristic_t * characteristic);
744void gatt_client_deserialize_characteristic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t * descriptor);
745
746#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
747void gatt_client_att_packet_handler_fuzz(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint16_t size);
748#endif
749
746#if defined __cplusplus
747}
748#endif
749
750#endif
750#if defined __cplusplus
751}
752#endif
753
754#endif