MCPcopy Create free account
hub / github.com/Heltec-Aaron-Lee/WiFi_Kit_series / gattServiceIdToString

Method gattServiceIdToString

libraries/BLE/src/BLEUtils.cpp:1799–1801  ·  view source on GitHub ↗

* @brief Convert an esp_gatt_srvc_id_t to a string. */

Source from the content-addressed store, hash-verified

1797 * @brief Convert an esp_gatt_srvc_id_t to a string.
1798 */
1799String BLEUtils::gattServiceIdToString(esp_gatt_srvc_id_t srvcId) {
1800 return gattIdToString(srvcId.id);
1801} // gattServiceIdToString
1802
1803String BLEUtils::gattServiceToString(uint32_t serviceId) {
1804 gattService_t *p = (gattService_t *)g_gattServices;

Callers

nothing calls this directly

Calls 1

gattIdToStringFunction · 0.85

Tested by

no test coverage detected