Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
c9b3e512
Unverified
Commit
c9b3e512
authored
Jan 21, 2021
by
Emanuel Posescu
Committed by
GitHub
Jan 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make BLERemoteCharacteristic::getRemoteService() public #3367 (#4735)
parent
8d0e68db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/BLE/src/BLERemoteCharacteristic.h
libraries/BLE/src/BLERemoteCharacteristic.h
+1
-1
No files found.
libraries/BLE/src/BLERemoteCharacteristic.h
View file @
c9b3e512
...
...
@@ -39,6 +39,7 @@ public:
bool
canWriteNoResponse
();
BLERemoteDescriptor
*
getDescriptor
(
BLEUUID
uuid
);
std
::
map
<
std
::
string
,
BLERemoteDescriptor
*>*
getDescriptors
();
BLERemoteService
*
getRemoteService
();
uint16_t
getHandle
();
BLEUUID
getUUID
();
std
::
string
readValue
();
...
...
@@ -63,7 +64,6 @@ private:
// Private member functions
void
gattClientEventHandler
(
esp_gattc_cb_event_t
event
,
esp_gatt_if_t
gattc_if
,
esp_ble_gattc_cb_param_t
*
evtParam
);
BLERemoteService
*
getRemoteService
();
void
removeDescriptors
();
void
retrieveDescriptors
();
...
...
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