Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
e25f56c2
Commit
e25f56c2
authored
4 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
chore(mp-ble): remove dead code
parent
6ff37ded
No related branches found
No related tags found
1 merge request
!446
Initial MicroPython BLE support (GATTS)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pycardium/modules/modbluetooth_card10.c
+0
-7
0 additions, 7 deletions
pycardium/modules/modbluetooth_card10.c
with
0 additions
and
7 deletions
pycardium/modules/modbluetooth_card10.c
+
0
−
7
View file @
e25f56c2
...
@@ -534,13 +534,6 @@ int mp_bluetooth_gatts_read(
...
@@ -534,13 +534,6 @@ int mp_bluetooth_gatts_read(
return
mp_bluetooth_gatts_db_read
(
return
mp_bluetooth_gatts_db_read
(
GATTS_DB
,
value_handle
,
value
,
value_len
GATTS_DB
,
value_handle
,
value
,
value_len
);
);
#if 0
uint16_t pLen;
uint8_t ret = AttsGetAttr(value_handle, &pLen, value);
*value_len = pLen;
return ret;
#endif
}
}
// Write a value to the local gatts db (ready to be queried by a central).
// Write a value to the local gatts db (ready to be queried by a central).
int
mp_bluetooth_gatts_write
(
int
mp_bluetooth_gatts_write
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment