Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServerCallback.h88 virtual void OnNotificationSent(const std::string& device_address,
146 void OnNotificationSent(const std::string& device_address,
DIBluetoothGattServerCallback.cpp132 OnNotificationSent(device_address, status); in onTransact()
281 void BpBluetoothGattServerCallback::OnNotificationSent( in OnNotificationSent() function in ipc::binder::BpBluetoothGattServerCallback
/system/bt/service/example/heart_rate/
Dheart_rate_server.h80 void OnNotificationSent(const std::string& device_address,
Dheart_rate_server.cpp490 void HeartRateServer::OnNotificationSent( in OnNotificationSent() function in heart_rate::HeartRateServer
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp222 gatt_cb->OnNotificationSent(device_address, error); in SendNotification()