Searched refs:addressType_ (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_gatt_device.cpp | 31 if (!parcel.WriteUint8(addressType_)) { in Marshalling() 66 if (!parcel.ReadUint8(addressType_)) { in ReadFromParcel()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | gatt_data.cpp | 25 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 D | gatt_data.h | 167 GattDevice() : isEncryption_(false), transport_(0), addressType_(0), connectState_(0), addr_() {} in GattDevice() 177 uint8_t addressType_ = 0; member
|
H A D | ble_service_data.cpp | 955 return addressType_; in GetAddressType() 966 addressType_ = type; in SetAddressType()
|
H A D | ble_service_data.h | 1203 uint8_t addressType_ = BLE_ADDR_TYPE_RANDOM; member in OHOS::bluetooth::BlePeripheralDevice
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 227 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