Searched refs:gatt_client_t (Results 1 – 8 of 8) sorted by relevance
/btstack/src/ble/ |
H A D | gatt_client.c | 89 static void gatt_client_report_error_if_pending(gatt_client_t *gatt_client, uint8_t att_error_code); 96 static gatt_client_t * gatt_client_get_context_for_l2cap_cid(uint16_t l2cap_cid); 97 static void gatt_client_classic_handle_connected(gatt_client_t * gatt_client, uint8_t status); 98 static void gatt_client_classic_handle_disconnected(gatt_client_t * gatt_client); 104 static bool gatt_client_le_enhanced_handle_can_send_query(gatt_client_t * gatt_client); 139 static gatt_client_t * gatt_client_for_timer(btstack_timer_source_t * ts){ in gatt_client_for_timer() 143 gatt_client_t * gatt_client = (gatt_client_t *) btstack_linked_list_iterator_next(&it); in gatt_client_for_timer() 152 gatt_client_t * gatt_client = gatt_client_for_timer(timer); in gatt_client_timeout_handler() 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() [all …]
|
H A D | gatt_client.h | 294 } gatt_client_t; typedef 1293 uint8_t gatt_client_get_client(hci_con_handle_t con_handle, gatt_client_t ** gatt_client);
|
/btstack/src/ |
H A D | btstack_memory.h | 159 gatt_client_t * btstack_memory_gatt_client_get(void); 160 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client);
|
H A D | btstack_memory.c | 1229 static gatt_client_t gatt_client_storage[MAX_NR_GATT_CLIENTS]; 1231 gatt_client_t * btstack_memory_gatt_client_get(void){ in btstack_memory_gatt_client_get() 1234 memset(buffer, 0, sizeof(gatt_client_t)); in btstack_memory_gatt_client_get() 1236 return (gatt_client_t *) buffer; in btstack_memory_gatt_client_get() 1238 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client){ in btstack_memory_gatt_client_free() 1242 gatt_client_t * btstack_memory_gatt_client_get(void){ in btstack_memory_gatt_client_get() 1245 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client){ in btstack_memory_gatt_client_free() 1253 gatt_client_t data; 1256 gatt_client_t * btstack_memory_gatt_client_get(void){ in btstack_memory_gatt_client_get() 1266 void btstack_memory_gatt_client_free(gatt_client_t *gatt_client){ in btstack_memory_gatt_client_free() [all …]
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 32 static gatt_client_t gatt_client; 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 D | gatt_client_test.cpp | 289 gatt_client_t * get_gatt_client(hci_con_handle_t con_handle){ in TEST_GROUP() 290 gatt_client_t * gatt_client; in TEST_GROUP() 296 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST_GROUP() 309 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST_GROUP() 1322 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() 1361 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST() 1379 gatt_client_t * gatt_client = get_gatt_client(gatt_client_handle); in TEST()
|
/btstack/test/btstack_memory/ |
H A D | btstack_memory_test.cpp | 903 gatt_client_t * context; in TEST() 924 gatt_client_t * context; in TEST()
|
/btstack/doc/manual/ |
H A D | btstack_gettingstarted.tex | 66 …a_source_t, uint32_t, uint16_t, uint8_t, btstack_run_loop_TYPE, le_command_status_t, gatt_client_t,
|