Searched defs:GattDevice (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ | ||
H A D | gatt_data.cpp | 23 GattDevice::GattDevice(const RawAddress& addr, uint8_t type, uint8_t transport) in GattDevice() function in OHOS::bluetooth::GattDevice 29 GattDevice::GattDevice(const RawAddress& addr, uint8_t type, uint8_t transport, int state) in GattDevice() function in OHOS::bluetooth::GattDevice 35 GattDevice::GattDevice(const RawAddress& addr, uint8_t transport) in GattDevice() function in OHOS::bluetooth::GattDevice |
H A D | gatt_data.h | 166 struct GattDevice { struct 167 GattDevice() : isEncryption_(false), transport_(0), addressType_(0), connectState_(0), addr_() {} in GattDevice() function |
Completed in 1 milliseconds