Searched refs:ServiceStoppedCallback (Results 1 – 7 of 7) sorted by relevance
/system/bt/test/suite/gatt/ |
D | gatt_test.h | 74 void ServiceStoppedCallback(
|
D | gatt_test.cc | 124 void GattTest::ServiceStoppedCallback( in ServiceStoppedCallback() function in bttest::GattTest
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 262 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
|
D | bluetooth_gatt_interface.h | 133 virtual void ServiceStoppedCallback(BluetoothGattInterface* gatt_iface,
|
/system/bt/service/ |
D | gatt_server.h | 201 void ServiceStoppedCallback(hal::BluetoothGattInterface* gatt_iface,
|
D | gatt_server_old.cc | 366 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() function 413 ServiceStoppedCallback,
|
D | gatt_server.cc | 331 void GattServer::ServiceStoppedCallback( in ServiceStoppedCallback() function in bluetooth::GattServer
|