Home
last modified time | relevance | path

Searched defs:gatt_client (Results 1 – 5 of 5) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.h191 typedef struct gatt_client{ struct
194 gatt_client_state_t state; argument
197 btstack_packet_handler_t callback;
200 btstack_packet_handler_t write_without_response_callback;
224 gatt_client_eatt_state_t eatt_state; argument
230 uint16_t gatt_client_supported_features_handle; argument
234 gatt_client_mtu_t mtu_state; argument
236 uint16_t uuid16;
237 uint8_t uuid128[16];
239 uint16_t start_group_handle;
[all …]
H A Dgatt_client.c143 gatt_client_t * gatt_client = (gatt_client_t *) btstack_linked_list_iterator_next(&it); in gatt_client_for_timer() local
152 gatt_client_t * gatt_client = gatt_client_for_timer(timer); in gatt_client_timeout_handler() local
158 static void gatt_client_timeout_start(gatt_client_t * gatt_client){ in gatt_client_timeout_start()
166 static void gatt_client_timeout_stop(gatt_client_t * gatt_client){ in gatt_client_timeout_stop()
184 gatt_client_t * gatt_client = (gatt_client_t *) it; in gatt_client_get_context_for_handle() local
196 gatt_client_t * gatt_client = gatt_client_get_context_for_handle(con_handle); in gatt_client_provide_context_for_handle() local
242 static bool is_ready(gatt_client_t * gatt_client){ in is_ready()
247 gatt_client_t * gatt_client = NULL; in gatt_client_provide_context_for_request() local
285 gatt_client_t * gatt_client; in gatt_client_is_ready() local
298 gatt_client_t * gatt_client; in gatt_client_get_mtu() local
[all …]
/btstack/test/mock/
H A Dmock_gatt_client.c32 static gatt_client_t gatt_client; variable
164 static void emit_gatt_complete_event(gatt_client_t * gatt_client, uint8_t att_status){ in emit_gatt_complete_event()
176 static void emit_gatt_service_query_result_event(gatt_client_t * gatt_client, uint16_t start_group_… in emit_gatt_service_query_result_event()
190 static void emit_gatt_characteristic_query_result_event(gatt_client_t * gatt_client, uint16_t start… in emit_gatt_characteristic_query_result_event()
208 gatt_client_t * gatt_client, uint16_t descriptor_handle, const uint8_t * uuid128){ in emit_gatt_all_characteristic_descriptors_result_event()
259 static void mock_gatt_client_send_characteristic_value(gatt_client_t * gatt_client, mock_gatt_clien… in mock_gatt_client_send_characteristic_value()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp290 gatt_client_t * gatt_client; in TEST_GROUP() local
296 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST_GROUP() local
309 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST_GROUP() local
1322 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() local
1361 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() local
1379 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() local
/btstack/src/
H A Dbtstack_memory.c1238 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client){ in btstack_memory_gatt_client_free()
1245 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client){ in btstack_memory_gatt_client_free()
1266 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client){ in btstack_memory_gatt_client_free()