17dda9143a
1. auto connect after found EIS/EDC 2. [NRF_ERROR_INVALID_STATE] after le_db_discovery_start(), due to no registering with the DB Discovery module
21 lines
315 B
C
21 lines
315 B
C
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "nrf_ble_gq.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
NRF_BLE_GQ_DEF(m_ble_gatt_queue, /**< BLE GATT Queue instance. */
|
|
NRF_SDH_BLE_CENTRAL_LINK_COUNT,
|
|
NRF_BLE_GQ_QUEUE_SIZE);
|
|
|
|
nrf_ble_gq_t *le_gap_queue(void)
|
|
{
|
|
return &m_ble_gatt_queue;
|
|
}
|