Home
last modified time | relevance | path

Searched refs:ServiceAddedCallback (Results 1 – 8 of 8) sorted by relevance

/system/bt/test/suite/gatt/
Dgatt_test.h71 void ServiceAddedCallback(
Dgatt_test.cc115 void GattTest::ServiceAddedCallback( in ServiceAddedCallback() function in bttest::GattTest
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc248 void ServiceAddedCallback( in ServiceAddedCallback() function
258 ServiceAddedCallback(g_interface, status, server_if, service)); in ServiceAddedCallback()
411 ServiceAddedCallback,
655 void BluetoothGattInterface::ServerObserver::ServiceAddedCallback( in ServiceAddedCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h129 virtual void ServiceAddedCallback(
Dfake_bluetooth_gatt_interface.cc225 observer.ServiceAddedCallback(this, status, server_if, service); in NotifyServiceAddedCallback()
/system/bt/service/
Dgatt_server.h198 void ServiceAddedCallback(hal::BluetoothGattInterface* gatt_iface, int status,
Dgatt_server_old.cc145 void ServiceAddedCallback(int status, int server_if, in ServiceAddedCallback() function
411 ServiceAddedCallback,
Dgatt_server.cc297 void GattServer::ServiceAddedCallback(hal::BluetoothGattInterface* gatt_iface, in ServiceAddedCallback() function in bluetooth::GattServer