mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Merge pull request #18457 from gschorcht/pkg/nimble/fix_ad_in_statconn
pkg/nimble: fix of legacy advertising in statconn
This commit is contained in:
commit
57112ca0be
@ -49,7 +49,7 @@ typedef struct {
|
||||
#endif
|
||||
} slot_t;
|
||||
|
||||
static const uint8_t _ad[2] = { BLE_GAP_AD_FLAGS, BLUETIL_AD_FLAGS_DEFAULT };
|
||||
static const uint8_t _ad[] = { 2, BLE_GAP_AD_FLAGS, BLUETIL_AD_FLAGS_DEFAULT };
|
||||
|
||||
static mutex_t _lock = MUTEX_INIT;
|
||||
static slot_t _slots[NIMBLE_NETIF_MAX_CONN];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user