Skip to content

Commit c9b3e51

Browse files
authored
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

Diff for: libraries/BLE/src/BLERemoteCharacteristic.h

+1-1
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)