Lines Matching refs:server_id
42 GattServer::GattServer(const UUID& uuid, int server_id)
43 : app_identifier_(uuid), server_id_(server_id), delegate_(nullptr) {}
71 VLOG(1) << __func__ << " server_id: " << server_id_;
117 VLOG(1) << __func__ << " - server_id: " << server_id_
188 VLOG(1) << " - server_id: " << server_id_
249 hal::BluetoothGattInterface* /* gatt_iface */, int conn_id, int server_id,
253 if (server_id != server_id_) return;
299 int status, int server_id,
303 if (server_id != server_id_) return;
305 VLOG(1) << __func__ << " - status: " << status << " server_id: " << server_id
336 int /* server_id */, int /* service_handle */) {
605 hal::BluetoothGattInterface* gatt_iface, int status, int server_id,
622 server.reset(new GattServer(uuid, server_id));