Home
last modified time | relevance | path

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

/system/bt/test/suite/gatt/
Dgatt_test.h82 void ServiceStartedCallback(
Dgatt_test.cpp163 void GattTest::ServiceStartedCallback( in ServiceStartedCallback() function in bttest::GattTest
/system/bt/service/hal/
Dbluetooth_gatt_interface.cpp334 void ServiceStartedCallback(int status, int server_if, int srvc_handle) { in ServiceStartedCallback() function
340 FOR_EACH_SERVER_OBSERVER(ServiceStartedCallback( in ServiceStartedCallback()
476 ServiceStartedCallback,
782 void BluetoothGattInterface::ServerObserver::ServiceStartedCallback( in ServiceStartedCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h178 virtual void ServiceStartedCallback(
Dfake_bluetooth_gatt_interface.cpp346 ServiceStartedCallback(this, status, server_if, srvc_handle)); in NotifyServiceStartedCallback()
/system/bt/service/
Dgatt_server.h279 void ServiceStartedCallback(
Dgatt_server_old.cpp322 void ServiceStartedCallback(int status, int server_if, int srvc_handle) { in ServiceStartedCallback() function
420 ServiceStartedCallback,
Dgatt_server.cpp598 void GattServer::ServiceStartedCallback( in ServiceStartedCallback() function in bluetooth::GattServer