Home
last modified time | relevance | path

Searched defs:SensingInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_sensing_info.h26 struct SensingInfo { struct
27 SensingInfo() in SensingInfo() argument
31 ~SensingInfo() {} in ~SensingInfo() argument
34 explicit SensingInfo(const std::string &addr) in SensingInfo() argument
39 explicit SensingInfo(uint32_t resourceId) in SensingInfo() function
43 SensingInfo(const std::string &addr, uint32_t resourceId) in SensingInfo() function
48 SensingInfo(const std::string &pkgName, bool isServer) in SensingInfo() function
56 SensingInfo(const std::string uuid, const std::string pkgName) in SensingInfo() argument
60 SensingInfo(const std::string &addr, uint16_t interval) in SensingInfo() function
70 std::string addr_;
[all …]
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h1568 struct SensingInfo { struct
1569 std::string addr_;
1570 std::string uuid_;
1571 uint32_t resourceId_;
1572 std::string pkgName_;
1573 bool isServer_;
1574 uint16_t interval_;