nRF5 SDK v16.0.0
Data Fields
nrf_ble_gq_t Struct Reference

Descriptor for the BLE GATT Queue instance. More...

#include <nrf_ble_gq.h>

Data Fields

uint16_t const max_conns
 
uint16_t * p_conn_handles
 
nrf_queue_t const *const p_req_queue
 
nrf_queue_t const *const p_purge_queue
 
nrf_memobj_pool_t const * p_data_pool
 

Detailed Description

Descriptor for the BLE GATT Queue instance.

Field Documentation

uint16_t const nrf_ble_gq_t::max_conns

Maximal number of connection handles that can be registered.

uint16_t* nrf_ble_gq_t::p_conn_handles

Pointer to array with registered connection handles.

nrf_memobj_pool_t const* nrf_ble_gq_t::p_data_pool

Memory pool used to obtain nrf_memobj_t instances.

nrf_queue_t const* const nrf_ble_gq_t::p_purge_queue

Pointer to the queue instance used to hold indexes of queues to purge.

nrf_queue_t const* const nrf_ble_gq_t::p_req_queue

Pointer to array of queue instances used to hold nrf_ble_gq_req_t instances.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated