Home
last modified time | relevance | path

Searched refs:ServiceStoppedCallback (Results 1 – 7 of 7) sorted by relevance

/system/bt/test/suite/gatt/
Dgatt_test.h74 void ServiceStoppedCallback(
Dgatt_test.cc124 void GattTest::ServiceStoppedCallback( in ServiceStoppedCallback() function in bttest::GattTest
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc262 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() function
269 ServiceStoppedCallback(g_interface, status, server_if, srvc_handle)); in ServiceStoppedCallback()
414 ServiceStoppedCallback,
664 void BluetoothGattInterface::ServerObserver::ServiceStoppedCallback( in ServiceStoppedCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h133 virtual void ServiceStoppedCallback(BluetoothGattInterface* gatt_iface,
/system/bt/service/
Dgatt_server.h201 void ServiceStoppedCallback(hal::BluetoothGattInterface* gatt_iface,
Dgatt_server_old.cc366 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() function
413 ServiceStoppedCallback,
Dgatt_server.cc331 void GattServer::ServiceStoppedCallback( in ServiceStoppedCallback() function in bluetooth::GattServer