Home
last modified time | relevance | path

Searched refs:mApplicationBleSecure (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/instance/
Dinstance.hpp623 Ble::BleSecure mApplicationBleSecure; member in ot::Instance
1026 template <> inline Ble::BleSecure &Instance::Get(void) { return mApplicationBleSecure; } in Get()
Dinstance.cpp215 , mApplicationBleSecure(*this) in Instance()