Home
last modified time | relevance | path

Searched refs:OnServiceChanged (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
Dinterface_profile_gatt_server.h139 virtual void OnServiceChanged(const Service &services) {} in OnServiceChanged() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
Dgeneric_attribute_service.cpp56 void OnServiceChanged(const Service &service) override in OnServiceChanged() function in OHOS::bluetooth::GenericAttributeService::GattServerCallbackImpl
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_gatt_server_server.cpp167 void OnServiceChanged(const bluetooth::Service &services) override in OnServiceChanged() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_server_service.cpp1289 server.second.callback_->OnServiceChanged(service); in NotifyServiceChanged()