Searched defs:gatt_client (Results 1 – 5 of 5) sorted by relevance
191 typedef struct gatt_client{ struct194 gatt_client_state_t state; argument197 btstack_packet_handler_t callback;200 btstack_packet_handler_t write_without_response_callback;224 gatt_client_eatt_state_t eatt_state; argument230 uint16_t gatt_client_supported_features_handle; argument234 gatt_client_mtu_t mtu_state; argument236 uint16_t uuid16;237 uint8_t uuid128[16];239 uint16_t start_group_handle;[all …]
143 gatt_client_t * gatt_client = (gatt_client_t *) btstack_linked_list_iterator_next(&it); in gatt_client_for_timer() local152 gatt_client_t * gatt_client = gatt_client_for_timer(timer); in gatt_client_timeout_handler() local158 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() local196 gatt_client_t * gatt_client = gatt_client_get_context_for_handle(con_handle); in gatt_client_provide_context_for_handle() local242 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() local285 gatt_client_t * gatt_client; in gatt_client_is_ready() local298 gatt_client_t * gatt_client; in gatt_client_get_mtu() local[all …]
32 static gatt_client_t gatt_client; variable164 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()
290 gatt_client_t * gatt_client; in TEST_GROUP() local296 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST_GROUP() local309 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST_GROUP() local1322 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() local1361 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() local1379 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() local
1238 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()