Home
last modified time | relevance | path

Searched refs:AddServiceSync (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h48 int AddServiceSync(int appId, Service &service) const;
H A Dgatt_server_service.cpp432 int GattServerService::AddServiceSync(int appId, Service &service) const in AddServiceSync() function in OHOS::bluetooth::GattServerService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp109 int result = serverService_.AddServiceSync(appId_, *instance_); in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp88 int result = serverService_.AddServiceSync(appId_, *instance_); in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp195 int result = serverService_.AddServiceSync(appId_, *instance_); in RegisterService()