Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl46 void OnConnectionStateChanged(String device_address, boolean connected); in OnConnectionStateChanged() method
/system/bt/service/example/heart_rate/
Dheart_rate_server.h81 Status OnConnectionStateChanged(const String16& device_address,
Dheart_rate_server.cc487 Status HeartRateServer::OnConnectionStateChanged(const String16& device_address, in OnConnectionStateChanged() function in heart_rate::HeartRateServer
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.h91 void OnConnectionStateChanged(bluetooth::GattServer* gatt_server,
Dbluetooth_gatt_server_binder_server.cc292 void BluetoothGattServerBinderServer::OnConnectionStateChanged( in OnConnectionStateChanged() function in ipc::binder::BluetoothGattServerBinderServer
304 gatt_cb->OnConnectionStateChanged( in OnConnectionStateChanged()
/system/bt/service/
Dgatt_server.h103 virtual void OnConnectionStateChanged(GattServer* gatt_server,
Dgatt_server.cc276 delegate_->OnConnectionStateChanged(this, device_address, false); in ConnectionCallback()
294 delegate_->OnConnectionStateChanged(this, device_address, true); in ConnectionCallback()
/system/bt/service/test/
Dgatt_server_unittest.cc152 void OnConnectionStateChanged(GattServer* gatt_server, in OnConnectionStateChanged() function in bluetooth::__anon068b76400111::TestDelegate