Home
last modified time | relevance | path

Searched refs:addressType_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_device.cpp31 if (!parcel.WriteUint8(addressType_)) { in Marshalling()
66 if (!parcel.ReadUint8(addressType_)) { in ReadFromParcel()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.cpp25 transport_(transport), addressType_(type), connectState_(0), addr_(addr) in GattDevice()
31 transport_(transport), addressType_(type), connectState_(state), addr_(addr) in GattDevice()
37 transport_(transport), addressType_(0), connectState_(0), addr_(addr) {} in GattDevice()
H A Dgatt_data.h167 GattDevice() : isEncryption_(false), transport_(0), addressType_(0), connectState_(0), addr_() {} in GattDevice()
177 uint8_t addressType_ = 0; member
H A Dble_service_data.cpp955 return addressType_; in GetAddressType()
966 addressType_ = type; in SetAddressType()
H A Dble_service_data.h1203 uint8_t addressType_ = BLE_ADDR_TYPE_RANDOM; member in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp227 item->Info().addressType_, in GetDevices()
752 device.Info().addressType_ = addr.type = BT_PUBLIC_DEVICE_ADDRESS; in DoConnect()
761 device.Info().addressType_ = addr.type = adapter->GetPeerDeviceAddrType(device.Info().addr_); in DoConnect()
847 addr.type = device.Info().addressType_; in DoRequestConnectionPriority()
886 Device->Info().addressType_ = addr.type; in ConnectionInComming()
1169 addr.type = Info().addressType_; in CheckEncryption()
1351 addr.type = device_.info_.addressType_; in Dispatch()
1415 addr.type = device_.info_.addressType_; in Dispatch()

Completed in 9 milliseconds