Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9b3e51

Browse files
authoredJan 21, 2021
Make BLERemoteCharacteristic::getRemoteService() public #3367 (#4735)
1 parent 8d0e68d commit c9b3e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/BLE/src/BLERemoteCharacteristic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class BLERemoteCharacteristic {
3939
bool canWriteNoResponse();
4040
BLERemoteDescriptor* getDescriptor(BLEUUID uuid);
4141
std::map<std::string, BLERemoteDescriptor*>* getDescriptors();
42+
BLERemoteService* getRemoteService();
4243
uint16_t getHandle();
4344
BLEUUID getUUID();
4445
std::string readValue();
@@ -63,7 +64,6 @@ class BLERemoteCharacteristic {
6364
// Private member functions
6465
void gattClientEventHandler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t* evtParam);
6566

66-
BLERemoteService* getRemoteService();
6767
void removeDescriptors();
6868
void retrieveDescriptors();
6969

0 commit comments

Comments
 (0)
Please sign in to comment.