nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
ble_gq Struct Reference

Bluetooth LE GATT Queue. More...

#include <bm/bluetooth/ble_gq.h>

Data Fields

const uint16_t max_conns
 Maximum number of connection handles that can be registered.
 
uint16_t *const conn_handles
 Pointer to array with registered connection handles.
 
uint16_t *const purge_list
 Pointer to array used to hold indices of request queues to purge.
 
sys_slist_t *const req_queue
 Pointer to array of lists used to hold pending requests.
 
struct k_mem_slab *const req_blocks
 Pointer to memory slabs used to hold GATT requests.
 
struct k_heap *const data_pool
 Heap for allocating memory for write, notification, and indication request values.
 

Detailed Description

Bluetooth LE GATT Queue.


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