Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp47 struct ConnectedDevice { struct
48 int serverId;
49 BdAddr remoteAddr;
51 bool operator==(const ConnectedDevice& device) const in operator ==()