gatt_client.h (4c7c987f92f21ab881ce714862f6b9a6f8eb6a11) gatt_client.h (544a5845c296932954981242900572b1856bf7e1)
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

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

48// spec defines 100 ms, PTS might indicate an error if we sent after 100 ms
49#define GATT_CLIENT_COLLISION_BACKOFF_MS 150
50#if defined __cplusplus
51extern "C" {
52#endif
53
54typedef enum {
55 P_READY,
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

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

48// spec defines 100 ms, PTS might indicate an error if we sent after 100 ms
49#define GATT_CLIENT_COLLISION_BACKOFF_MS 150
50#if defined __cplusplus
51extern "C" {
52#endif
53
54typedef enum {
55 P_READY,
56 P_W2_EMIT_QUERY_COMPLETE_EVENT,
56 P_W2_SEND_SERVICE_QUERY,
57 P_W4_SERVICE_QUERY_RESULT,
58 P_W2_SEND_SERVICE_WITH_UUID_QUERY,
59 P_W4_SERVICE_WITH_UUID_RESULT,
60
61 P_W2_SEND_ALL_CHARACTERISTICS_OF_SERVICE_QUERY,
62 P_W4_ALL_CHARACTERISTICS_OF_SERVICE_QUERY_RESULT,
63 P_W2_SEND_CHARACTERISTIC_WITH_UUID_QUERY,

--- 955 unchanged lines hidden ---
57 P_W2_SEND_SERVICE_QUERY,
58 P_W4_SERVICE_QUERY_RESULT,
59 P_W2_SEND_SERVICE_WITH_UUID_QUERY,
60 P_W4_SERVICE_WITH_UUID_RESULT,
61
62 P_W2_SEND_ALL_CHARACTERISTICS_OF_SERVICE_QUERY,
63 P_W4_ALL_CHARACTERISTICS_OF_SERVICE_QUERY_RESULT,
64 P_W2_SEND_CHARACTERISTIC_WITH_UUID_QUERY,

--- 955 unchanged lines hidden ---