Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl43 void OnNotificationSent(String device_address, in OnNotificationSent() method
/system/bt/service/example/heart_rate/
Dheart_rate_server.h79 Status OnNotificationSent(const String16& device_address,
Dheart_rate_server.cc476 Status HeartRateServer::OnNotificationSent(const String16& device_address, in OnNotificationSent() function in heart_rate::HeartRateServer
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc161 gatt_cb->OnNotificationSent(device_address, error); in SendNotification()