Home
last modified time | relevance | path

Searched refs:PROPERTY_BLE_PEER_IDENTITY_ADDR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp444 …ret = config_->SetValue(SECTION_BLE_PAIRED_LIST, section, PROPERTY_BLE_PEER_IDENTITY_ADDR, peerAdd… in SetPeerIdentityAddr()
598 …bool ret = config_->GetValue(SECTION_BLE_PAIRED_LIST, section, PROPERTY_BLE_PEER_IDENTITY_ADDR, pe… in GetPeerIdentityAddr()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.h76 const std::string PROPERTY_BLE_PEER_IDENTITY_ADDR = "PeerIdentityAddr"; variable