Searched refs:SECTION_GENERIC_ATTRIBUTE_SERVICE (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/ |
H A D | generic_attribute_service.cpp | 132 AdapterDeviceConfig::GetInstance()->SetValue(SECTION_GENERIC_ATTRIBUTE_SERVICE, in StoreNotifyInformation() 136 AdapterDeviceConfig::GetInstance()->SetValue(SECTION_GENERIC_ATTRIBUTE_SERVICE, in StoreNotifyInformation() 140 AdapterDeviceConfig::GetInstance()->SetValue(SECTION_GENERIC_ATTRIBUTE_SERVICE, in StoreNotifyInformation() 157 AdapterDeviceConfig::GetInstance()->GetSubSections(SECTION_GENERIC_ATTRIBUTE_SERVICE, devices); in LoadNotifyInformation() 163 SECTION_GENERIC_ATTRIBUTE_SERVICE, dev, PROPERTY_GATTS_START_HANDLE, startHandle); in LoadNotifyInformation() 165 SECTION_GENERIC_ATTRIBUTE_SERVICE, dev, PROPERTY_GATTS_END_HANDLE, endhandle); in LoadNotifyInformation() 168 SECTION_GENERIC_ATTRIBUTE_SERVICE, dev, PROPERTY_GATT_TRANSPORT, transport)) { in LoadNotifyInformation() 177 AdapterDeviceConfig::GetInstance()->RemoveSection(SECTION_GENERIC_ATTRIBUTE_SERVICE, dev); in LoadNotifyInformation()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_device_config.h | 86 const std::string SECTION_GENERIC_ATTRIBUTE_SERVICE = "Generic Attribute Service"; member
|
Completed in 2 milliseconds