Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
0a9d8cf0
Commit
0a9d8cf0
authored
Oct 25, 2017
by
Chun Fan
Browse files
Mordify ble.h for pc-ble-driver-cs
parent
4c13ea5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sd_api_v5/sdk/components/softdevice/s132/headers/ble.h
View file @
0a9d8cf0
...
...
@@ -213,7 +213,7 @@ typedef struct
typedef
struct
{
ble_evt_hdr_t
header
;
/**< Event header. */
union
union
ble_evt_union
{
ble_common_evt_t
common_evt
;
/**< Common Event, evt_id in BLE_EVT_* series. */
ble_gap_evt_t
gap_evt
;
/**< GAP originated event, evt_id in BLE_GAP_EVT_* series. */
...
...
@@ -316,7 +316,7 @@ typedef struct
uint8_t
conn_cfg_tag
;
/**< The application chosen tag it can use with the @ref sd_ble_gap_adv_start() and @ref sd_ble_gap_connect()
calls to select this configuration when creating a connection.
Must be different for all connection configurations added and not @ref BLE_CONN_CFG_TAG_DEFAULT. */
union
{
union
ble_conn_cfg_params_union
{
ble_gap_conn_cfg_t
gap_conn_cfg
;
/**< GAP connection configuration, cfg_id is @ref BLE_CONN_CFG_GAP. */
ble_gattc_conn_cfg_t
gattc_conn_cfg
;
/**< GATTC connection configuration, cfg_id is @ref BLE_CONN_CFG_GATTC. */
ble_gatts_conn_cfg_t
gatts_conn_cfg
;
/**< GATTS connection configuration, cfg_id is @ref BLE_CONN_CFG_GATTS. */
...
...
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