Lines Matching refs:gatt_client_t
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()
2105 …ry_pool_create(&gatt_client_pool, gatt_client_storage, MAX_NR_GATT_CLIENTS, sizeof(gatt_client_t)); in btstack_memory_init()