Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
971241c1
Unverified
Commit
971241c1
authored
May 18, 2018
by
Bjørn Inge Hanssen
Committed by
GitHub
May 18, 2018
Browse files
Merge pull request #102 from NordicSemiconductor/fix/NCP1647-att-mtu-config
Use correct config_tag when calling adv_start
parents
51734a3b
0db79ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/heart_rate_monitor/main.c
View file @
971241c1
...
...
@@ -398,7 +398,7 @@ static uint32_t advertising_start()
#if NRF_SD_BLE_API <= 3
error_code
=
sd_ble_gap_adv_start
(
m_adapter
,
&
adv_params
);
#else
error_code
=
sd_ble_gap_adv_start
(
m_adapter
,
&
adv_params
,
BLE_CONN_CFG_TAG_DEFAULT
);
error_code
=
sd_ble_gap_adv_start
(
m_adapter
,
&
adv_params
,
m_config_id
);
#endif
if
(
error_code
!=
NRF_SUCCESS
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment