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

Method getNative

libraries/BLE/src/BLEUUID.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318BLEUUID::BLEUUID(esp_gatt_id_t gattId) : BLEUUID(gattId.uuid) {} // BLEUUID
319
320esp_bt_uuid_t *BLEUUID::getNative() {
321 if (m_valueSet == false) {
322 log_v("<< Return of un-initialized UUID!");
323 return nullptr;
324 }
325 return &m_uuid;
326} // getNative
327#endif
328
329/*****************************************************************************

Callers 15

secureConnectionMethod · 0.45
getRssiMethod · 0.45
connectMethod · 0.45
updateConnParamsMethod · 0.45
whiteListAddMethod · 0.45
whiteListRemoveMethod · 0.45
getPeerIRKMethod · 0.45
setOwnAddrMethod · 0.45
setCompleteServicesMethod · 0.45
setPartialServicesMethod · 0.45
setServiceDataMethod · 0.45
buildRawAdvDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected