Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Dconnection_handler.h53 using ConnectionCallback = base::Callback<void(std::shared_ptr<Device>)>;
66 static bool Initialize(const ConnectionCallback& callback,
127 ConnectionCallback connection_cb_;
Dconnection_handler.cc60 bool ConnectionHandler::Initialize(const ConnectionCallback& callback, in Initialize()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc237 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function
245 ConnectionCallback(g_interface, conn_id, server_if, connected, bda)); in ConnectionCallback()
410 ConnectionCallback,
649 void BluetoothGattInterface::ServerObserver::ConnectionCallback( in ConnectionCallback() function in bluetooth::hal::BluetoothGattInterface::ServerObserver
Dbluetooth_gatt_interface.h125 virtual void ConnectionCallback(BluetoothGattInterface* gatt_iface,
Dfake_bluetooth_gatt_interface.cc218 observer.ConnectionCallback(this, conn_id, server_if, connected, bda); in NotifyServerConnectionCallback()
/system/bt/service/
Dgatt_server.h195 void ConnectionCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id,
Dgatt_server_old.cc329 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() function
409 ConnectionCallback,
Dgatt_server.cc245 void GattServer::ConnectionCallback( in ConnectionCallback() function in bluetooth::GattServer