![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
#include <bm/bluetooth/services/ble_hids.h>
Data Fields | |
| uint32_t | ctx_data_pool [((CONFIG_BLE_HIDS_MAX_CLIENTS) *BYTES_TO_WORDS((sizeof(struct ble_hids_client_context)+CONFIG_BLE_HIDS_INPUT_REPORT_MAX_LEN+CONFIG_BLE_HIDS_OUTPUT_REPORT_MAX_LEN+CONFIG_BLE_HIDS_FEATURE_REPORT_MAX_LEN+(8)+(1)+(8))))] |
| Links context memory pool. | |
| const uint8_t | max_links_cnt |
| Maximum number of concurrent links. | |
| const uint16_t | link_ctx_size |
| Context size in bytes for a single link (word-aligned). | |